opnsense-ports/sysutils/buildah/pkg-message
Franco Fichtner 5adf2a9220 */*: sync with upstream
Taken from: FreeBSD
2023-03-15 15:11:48 +01:00

8 lines
307 B
Text

The FreeBSD port of the buildah image building tool is experimental and should
be used for evaluation and testing purposes only.
Basic usage follows:
$ export c=$(sudo buildah from quay.io/dougrabson/freebsd-minimal:13.1)
$ sudo buildah run $c freebsd-version -run
$ sudo buildah run $c ping -c 3 9.9.9.9