Cleanup man pages

Signed-off-by: Dan Walsh <dwalsh@redhat.com>

Closes: #137
Approved by: nalind
This commit is contained in:
Dan Walsh
2017-06-07 07:48:10 -04:00
committed by Atomic Bot
parent 33c2a8a418
commit 7e042a9308
4 changed files with 12 additions and 3 deletions

View File

@@ -82,9 +82,13 @@ output image.
## EXAMPLE
buildah bud .
buildah bud -f Dockerfile.simple .
buildah bud -f Dockerfile.simple -f Dockerfile.notsosimple
buildah bud -t imageName .
buildah bud -t imageName -f Dockerfile.simple
## SEE ALSO

View File

@@ -1,14 +1,15 @@
## buildah-inspect "1" "May 2017" "buildah"
## NAME
buildah inspect - Display information about a working container.
buildah inspect - Display information about working containers or images.
## SYNOPSIS
**buildah** **inspect** [*options* [...] --] **ID**
## DESCRIPTION
Prints information about a working container's configuration, or the initial
configuration for a container which would be created for an image.
Prints the low-level information on buildah object(s) (e.g. container, images) identified by name or ID. By default, this will render all results in a
JSON array. If the container and image have the same name, this will return container JSON for unspecified type. If a format is specified,
the given template will be executed for each result.
## OPTIONS
@@ -27,7 +28,9 @@ Specify whether the ID is that of a container or an image.
## EXAMPLE
buildah inspect containerID
buildah inspect --type container containerID
buildah inspect --type image imageID
## SEE ALSO

View File

@@ -34,6 +34,7 @@ buildah mount c831414b10a3
buildah mount
c831414b10a3 /var/lib/containers/storage/overlay2/f3ac502d97b5681989dff84dfedc8354239bcecbdc2692f9a639f4e080a02364/merged
a7060253093b /var/lib/containers/storage/overlay2/0ff7d7ca68bed1ace424f9df154d2dd7b5a125c19d887f17653cbcd5b6e30ba1/merged
## SEE ALSO

View File

@@ -12,6 +12,7 @@ Adds additional names to locally-stored images.
## EXAMPLE
buildah tag imageName firstNewName
buildah tag imageName firstNewName SecondNewName
## SEE ALSO