Add info on registries.conf to from manpage
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #817 Approved by: rhatdan
This commit is contained in:
parent
7a5fee078e
commit
f53d1dde1a
|
@ -32,6 +32,12 @@ Multiple transports are supported:
|
|||
**ostree:**_image_[**@**_/absolute/repo/path_]
|
||||
An image in local OSTree repository. _/absolute/repo/path_ defaults to _/ostree/repo_.
|
||||
|
||||
### DEPENDENCIES
|
||||
|
||||
Buildah resolves the path to the registry to pull from by using the /etc/containers/registries.conf
|
||||
file, registries.conf(5). If the `buildah from` command fails with an "image not known" error,
|
||||
first verify that the registries.conf file is installed and configured appropriately.
|
||||
|
||||
## RETURN VALUE
|
||||
The container ID of the container that was created. On error, 1 is returned and errno is returned.
|
||||
|
||||
|
|
|
@ -33,5 +33,7 @@ buildah inspect --type container containerID
|
|||
|
||||
buildah inspect --type image imageID
|
||||
|
||||
buildah inspect --format '{{.OCIv1.Config.Env}}' alpine
|
||||
|
||||
## SEE ALSO
|
||||
buildah(1)
|
||||
|
|
Loading…
Reference in New Issue