Files
OpenShift Merge Robot 8eb03d3e53 Merge pull request #2746 from baude/remotecreate
podman-remote create|run
2019-04-08 10:16:34 -07:00
..
2019-04-08 09:05:31 -05:00
2019-04-08 09:05:31 -05:00
2019-04-08 09:05:31 -05:00
2019-04-08 09:05:31 -05:00
2019-03-15 10:39:17 +01:00
2019-04-08 09:05:31 -05:00
2019-04-08 09:05:31 -05:00
2019-04-08 09:05:31 -05:00
2019-04-04 12:45:12 -04:00
2019-04-08 09:05:31 -05:00
2019-04-03 09:52:38 -05:00
2019-03-13 10:22:10 -06:00
2019-04-01 15:32:58 +02:00
2019-04-01 13:24:04 +02:00
2019-03-12 14:29:18 -05:00
2019-04-01 13:24:04 +02:00
2019-03-18 12:23:41 -04:00
2019-04-08 09:05:31 -05:00
2019-04-01 13:24:04 +02:00
2019-04-05 20:09:45 -05:00
2019-04-05 20:09:45 -05:00
2019-04-01 15:32:58 +02:00
2019-04-05 20:09:45 -05:00
2019-03-29 08:27:47 -04:00
2018-05-11 15:32:27 +00:00
2019-04-01 15:32:58 +02:00
2019-04-08 09:05:31 -05:00
2019-04-08 09:05:31 -05:00
2019-04-05 20:09:45 -05:00
2019-04-08 09:05:31 -05:00
2019-04-01 13:24:04 +02:00
2019-04-01 15:32:58 +02:00
2019-04-04 14:41:50 -05:00
2019-04-08 09:05:31 -05:00
2019-03-18 13:46:35 -05:00

podman - Simple debugging tool for pods and images

podman is a daemonless container runtime for managing containers, pods, and container images. It is intended as a counterpart to CRI-O, to provide low-level debugging not available through the CRI interface used by Kubernetes. It can also act as a container runtime independent of CRI-O, creating and managing its own set of containers.

Use cases

  1. Create containers
  2. Start, stop, signal, attach to, and inspect existing containers
  3. Run new commands in existing containers
  4. Push and pull images
  5. List and inspect existing images
  6. Create new images by committing changes within a container
  7. Create pods
  8. Start, stop, signal, and inspect existing pods
  9. Populate pods with containers