freebsd-ports/sysutils/podman/pkg-message
Doug Rabson da130a1d62 sysutils/podman: new port
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.

PR:		267184
Reviewed by:	arrowd
Reviewed by:	dch
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D37324
2022-11-16 12:46:31 +00:00

4 lines
184 B
Text

This port of the podman container engine is based on unreleased
sources and should be used for evaluation and testing purposes only.
$ sudo podman run --rm docker.io/dougrabson/hello