2023-03-06 09:04:45 +01:00
|
|
|
The FreeBSD port of the buildah image building tool is experimental and should
|
|
|
|
be used for evaluation and testing purposes only.
|
2022-11-16 13:46:30 +01:00
|
|
|
|
|
|
|
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
|