# 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
No description provided by the author
# Functions
CreateFilterFuncs returns an array of filter functions based on the user inputs and is later used to filter images for output.
CreatePortBindings iterates ports mappings and exposed ports into a format CNI understands.
No description provided by the author
# 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
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Kernel namespaces shared by default within a pod.
No description provided by the author
No description provided by the author
# Structs
PortMapping specifies the port mapping configurations of a sandbox.
No description provided by the author
# Type aliases
No description provided by the author