diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-11 18:22:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 18:22:19 +0200 |
commit | cd167fc9e099a388b0245ca9529b2e0772914fd7 (patch) | |
tree | cce763788ce16b028ce3d0241751086f8be10ca4 /docs/podman.1.md | |
parent | 50b18847a6cdd91cd5a67beab2072534dcc59eb7 (diff) | |
parent | 102d1328c01360dc8b35e89c6199cc73bb53918e (diff) | |
download | podman-cd167fc9e099a388b0245ca9529b2e0772914fd7.tar.gz podman-cd167fc9e099a388b0245ca9529b2e0772914fd7.tar.bz2 podman-cd167fc9e099a388b0245ca9529b2e0772914fd7.zip |
Merge pull request #4201 from TomSweeneyRedHat/dev/tsweeney/updatebuildmd
Update build man page with latest Buildah changes
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. | |