| Port details on branch 2026Q1 |
- podman Manage Pods, Containers and Container Images
- 5.7.1_2 sysutils
=0 5.7.1_2Version of this port present on the latest quarterly branch. - Maintainer: dfr@FreeBSD.org
 - Port Added: 2026-01-25 01:42:26
- Last Update: 2026-02-05 18:02:36
- Commit Hash: 010c655
- License: APACHE20
- WWW:
- https://podman.io/
- Description:
- Podman (Pod Manager) is a fully featured container engine that is a
simple daemonless tool. Podman provides a Docker-CLI comparable
command line that eases the transition from other container engines
and allows the management of pods, containers and images. Simply put:
alias docker=podman.
Podman uses Buildah(1) internally to create container images. Both
tools share image (not container) storage, hence each can use or
manipulate images (but not containers) created by the other.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/podman/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/podman
- pkg install podman
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: podman
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1765391575
SHA256 (containers-podman-v5.7.1_GH0.tar.gz) = c04c12f90d1bf410ccc4d27a30cff188d6a9361bddb5fceb19659ae08257cc6f
SIZE (containers-podman-v5.7.1_GH0.tar.gz) = 21266433
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- ggrep : textproc/gnugrep
- go-md2man : textproc/go-md2man
- gsed : textproc/gsed
- gmake>=4.4.1 : devel/gmake
- go124 : lang/go124
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Runtime dependencies:
-
- conmon : sysutils/conmon
- containernetworking-plugins>=0 : net/containernetworking-plugins
- containers-common>=0 : sysutils/containers-common
- ocijail : sysutils/ocijail
- Library dependencies:
-
- libgpgme.so : security/gpgme
- This port is required by:
- for Run
-
- sysutils/nomad-driver-podman
Configuration Options:
- No options to configure
- Options name:
- sysutils_podman
- USES:
- gmake go:1.24+,no_targets pkgconfig python:build shebangfix
- pkg-message:
- For install:
- The FreeBSD port of the Podman container engine is experimental and should be
used for evaluation and testing purposes only.
$ sudo podman run --rm quay.io/dougrabson/hello
Podman can restart containers after a host is rebooted. To enable this, use:
$ sudo sysrc podman_enable=YES
and start the container with a restart policy:
$ sudo podman run -d --restart=always myimage
It is possible to run many Linux container images using FreeBSD's Linux emulation:
$ sudo sysrc linux_enable=YES
$ sudo service linux start
$ sudo podman run --rm --os=linux alpine cat /etc/os-release | head -1
NAME="Alpine Linux"
- If upgrading from < 4.7.1:
- In Podman-4.7.0 and later, registry authentication creds moved from
/run/containers/0/auth.json to /root/.config/containers/auth.json. Either move
the file to the new location or just re-authenticate to the required registries.
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.7.1_2 05 Feb 2026 18:02:36
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.13
This is a direct commit to 2026Q1. |
5.7.1_1 25 Jan 2026 01:35:05
    |
Adam Weinberger (adamw)  |
various: Bump dependent ports for Go 1.24.12.
This is a direct commit to 2026Q1. |
Number of commits found: 2
|