Files
Matthew Heon b471904175 Merge pull request #1472 from giuseppe/rootless-fix-entrypoint
rootless: do not raise an error if the entrypoint is specified
2018-09-14 17:53:34 -04:00
..
2018-09-07 18:18:54 +00:00
2018-09-07 12:57:09 +00:00
2018-09-05 13:48:20 +00:00
2018-09-13 17:56:58 +00:00
2018-09-07 18:18:54 +00:00
2018-09-07 18:18:54 +00:00
2018-05-11 15:32:27 +00:00
2018-09-13 13:27:09 +00:00
2018-08-16 17:12:36 +00:00
2018-09-13 10:11:00 -04:00
2018-08-16 17:12:36 +00:00
2018-08-16 17:12:36 +00:00
2018-09-13 10:11:00 -04: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