package
1.4.1
Repository: https://github.com/dankohn/libpod.git
Documentation: pkg.go.dev

# 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

  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

# 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
No description provided by the author

# Functions

No description provided by the author
CreateFilterFuncs returns an array of filter functions based on the user inputs and is later used to filter images for output.
GenImageOutputMap generates the map used for outputting the images header without requiring a populated image.
HelpTemplate returns the help template for podman commands This uses the short and long options.
Tail returns a string slice after the first element unless there are not enough elements, then it returns an empty slice.
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.
No description provided by the author

# Variables

This is populated by the Makefile from the VERSION file in the repository.
No description provided by the author

# Type aliases

No description provided by the author