# README
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
- Create containers
- Start, stop, signal, attach to, and inspect existing containers
- Run new commands in existing containers
- Push and pull images
- List and inspect existing images
- Create new images by committing changes within a container
- Create pods
- Start, stop, signal, and inspect existing pods
- Populate pods with containers
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
GenImageOutputMap generates the map used for outputting the images header without requiring a populated image.
GetPodmanBuildFlags flags used only by `podman build` and not by `buildah bud`.
HelpTemplate returns the help template for podman commands This uses the short and long options.
UsageTemplate returns the usage template for podman commands This blocks the desplaying of the global options.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SignatureStoreDir defines default directory to store signatures.
nolint.
# Variables
ChangeCmds is the list of valid Changes commands to passed to the Commit call.
This is populated by the Makefile from the VERSION file in the repository.
No description provided by the author