podman
Manage containers, images, pods, and their volumes
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
Not all commands are working out of the box due to requiring additional binaries to be present in the $PATH.
To get podman compose
working, install either podman-compose
or docker-compose
packages.
To get podman machine
working, install qemu-minimal
, and openssh
packages.
- Versions: 5.6.0
- Website: https://podman.io
- Licenses: ASL 2.0
- Package source: gnu/packages/containers.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of podman
as follows:
guix install podman
Or install a particular version:
guix install podman@5.6.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of podman about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/podman'><img src='https://packages.guix.gnu.org/packages/podman/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/podman)
Example Org:
[[https://packages.guix.gnu.org/packages/podman][https://packages.guix.gnu.org/packages/podman/badges/latest-version.svg]]