freebsd-ports/sysutils/podman/pkg-message
Doug Rabson a1bafc8ceb sysutils/podman: update to 4.5.1
Approved-by:    dch
2023-06-12 11:07:49 +01:00

12 lines
381 B
Text

The FreeBSD port of the podman container engine is experimental and should be
used for evaluation and testing purposes only.
$ sudo podman run --rm docker.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