This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/podman/badges/latest-version.svg)](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]]