blob: 19daa99bd1112f741561d192037956847a7e197d (
plain)
1
2
3
4
5
6
7
8
|
This port of the buildah image building tool is based on unreleased
sources 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
|