Skip to content

Files

Latest commit

3e5a5c6 · Oct 25, 2018

History

History
This branch is 22566 commits behind containers/podman:main.

podman

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 18, 2017
Aug 16, 2018
Oct 22, 2018
Oct 25, 2018
Oct 1, 2018
May 11, 2018
Oct 11, 2018
Oct 23, 2018
Oct 23, 2018
Oct 23, 2018
Oct 11, 2018
Oct 23, 2018
Dec 18, 2017
Oct 3, 2018
Oct 23, 2018
Sep 21, 2018
Oct 23, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Aug 31, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 23, 2018
Oct 11, 2018
Oct 22, 2018
Oct 22, 2018
Oct 11, 2018
Oct 25, 2018
Oct 11, 2018
Oct 23, 2018
Sep 4, 2018
Aug 31, 2018
Oct 23, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 19, 2018
Oct 25, 2018
Oct 12, 2018
Oct 12, 2018
Oct 11, 2018
Oct 11, 2018
Oct 23, 2018
Oct 25, 2018
Oct 11, 2018
Oct 11, 2018
Oct 11, 2018
Oct 12, 2018
Oct 11, 2018
Oct 12, 2018
Aug 16, 2018
Oct 11, 2018
Oct 22, 2018
Oct 25, 2018
Aug 31, 2018
Oct 11, 2018
Oct 11, 2018
Sep 4, 2018
Oct 25, 2018
Oct 11, 2018
Jun 24, 2018
Aug 16, 2018
Oct 11, 2018

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