freebsd-ports/sysutils/buildah/pkg-message

9 lines
303 B
Plaintext
Raw Normal View History

2023-12-09 16:55:12 +00:00
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/freebsd14-minimal)
$ sudo buildah run $c freebsd-version -ru
$ sudo buildah run $c ping -c 3 9.9.9.9