podman 5.6.0
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.
- Outputs:
docker
,out
- Website: https://podman.io
- Licenses: ASL 2.0
- Package source: gnu/packages/containers.scm
- Builds: See build status
- Issues: See known issues
Installation
Install podman 5.6.0
as follows:
guix install podman@5.6.0
Or install the latest version:
guix install podman
The podman
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install podman:docker
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.