Podman
Podman is available on FreeBSD.
Table of contents
Quick Installation and Configuration
The official podman.io webpage has a guide how to install and try Podman on FreeBSD.
Download FreeBSD images
FreeBSD images can be pulled from the Docker registry. You can adjust the container_tag variable to pull a different version if needed:
container_tag=15.0
for flavor in dynamic notoolchain runtime static toolchain; do
podman pull docker.io/freebsd/freebsd-${flavor}:${container_tag}
done
After pulling, you should see the following list of images:
# podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/freebsd/freebsd-toolchain 15.0 83e6b14b980b 8 weeks ago 670 MB
docker.io/freebsd/freebsd-notoolchain 15.0 33b37afb34e3 8 weeks ago 151 MB
docker.io/freebsd/freebsd-runtime 15.0 d7fa7dafb151 8 weeks ago 34 MB
docker.io/freebsd/freebsd-dynamic 15.0 73017e48d5f9 8 weeks ago 14.6 MB
docker.io/freebsd/freebsd-static 15.0 1907d01c25d4 8 weeks ago 2.99 MB