diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-10-04 17:46:50 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-10-10 18:04:30 -0400 |
commit | 102d1328c01360dc8b35e89c6199cc73bb53918e (patch) | |
tree | cb9664662c04bb2da7c7695a6417ba09cce9feda /docs/podman.1.md | |
parent | fd389d28ce2223550c82d809cbafa12a54e733e6 (diff) | |
download | podman-102d1328c01360dc8b35e89c6199cc73bb53918e.tar.gz podman-102d1328c01360dc8b35e89c6199cc73bb53918e.tar.bz2 podman-102d1328c01360dc8b35e89c6199cc73bb53918e.zip |
Update build man page with latest Buildah changes
Changes include: Containerfile by default, add --device flags to bud, allow buildah bud to be called without
arguments, and a couple of small typo corrections.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs/podman.1.md')
-rw-r--r-- | docs/podman.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md index 742d94bd5..f6fa1a457 100644 --- a/docs/podman.1.md +++ b/docs/podman.1.md @@ -137,7 +137,7 @@ the exit codes follow the `chroot` standard, see below: | Command | Description | | ------------------------------------------------ | --------------------------------------------------------------------------- | | [podman-attach(1)](podman-attach.1.md) | Attach to a running container. | -| [podman-build(1)](podman-build.1.md) | Build a container image using a Dockerfile. | +| [podman-build(1)](podman-build.1.md) | Build a container image using a Containerfile. | | [podman-commit(1)](podman-commit.1.md) | Create new image based on the changed container. | | [podman-container(1)](podman-container.1.md) | Manage containers. | | [podman-cp(1)](podman-cp.1.md) | Copy files/folders between a container and the local filesystem. | |