opnsense-ports/sysutils/podman/pkg-message
Franco Fichtner dffd6770d9 */*: sync with upstream
Taken from: FreeBSD
2023-06-13 17:59:15 +02: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