Files
podman/cmd/podman
baude 476ea5645e add build to main and as subcommand to image
add build as a local and remote-client command in the main
podman menu.  also ensure it is added to the image subcommands
as well.

Signed-off-by: baude <bbaude@redhat.com>
2019-02-14 10:52:30 -06:00
..
2019-02-08 10:26:43 -06:00
2019-02-13 15:36:36 -06:00
2019-02-12 13:11:07 -05:00
2019-02-13 15:36:36 -06:00
2019-02-12 13:11:07 -05:00
2019-02-11 17:48:34 -06:00
2019-02-08 10:26:43 -06:00
2019-02-13 11:05:20 -06:00
2018-10-23 12:57:14 +02:00
2019-02-13 08:44:12 -06:00
2018-05-11 15:32:27 +00:00
2019-02-08 10:26:43 -06:00
2019-02-12 13:11:07 -05:00
2018-08-16 17:12:36 +00:00
2019-02-12 13:11:07 -05:00
2019-02-12 13:11:07 -05:00
2019-02-13 12:43:51 -06: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