summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-07 23:37:39 +0200
committerGitHub <noreply@github.com>2019-06-07 23:37:39 +0200
commitcae5af5b937f71d6e770b1be9f982ca4df576463 (patch)
tree01a86ce97f78add7fa5a78d4175d7d481d91ba34 /docs
parentbfc544f7e8051057a4e3e2a0825f611aebd7400b (diff)
parentbfd2483747c21cfcfd6927de31bd0c813d22c269 (diff)
downloadpodman-cae5af5b937f71d6e770b1be9f982ca4df576463.tar.gz
podman-cae5af5b937f71d6e770b1be9f982ca4df576463.tar.bz2
podman-cae5af5b937f71d6e770b1be9f982ca4df576463.zip
Merge pull request #3276 from jwakely/patch-1
Fix spelling
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-build.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md
index e2769c2a9..1b86992d9 100644
--- a/docs/podman-build.1.md
+++ b/docs/podman-build.1.md
@@ -529,7 +529,7 @@ Only the current container can use a private volume.
`Overlay Volume Mounts`
- The `:O` flag tells Buildah to mount the directory from the host as a temporary storage using the Overlay file system. The `RUN` command containers are allowed to modify contents within the mountpoint and are stored in the container storage in a separate directory. In Ovelay FS terms the source directory will be the lower, and the container storage directory will be the upper. Modifications to the mount point are destroyed when the `RUN` command finishes executing, similar to a tmpfs mount point.
+ The `:O` flag tells Buildah to mount the directory from the host as a temporary storage using the Overlay file system. The `RUN` command containers are allowed to modify contents within the mountpoint and are stored in the container storage in a separate directory. In Overlay FS terms the source directory will be the lower, and the container storage directory will be the upper. Modifications to the mount point are destroyed when the `RUN` command finishes executing, similar to a tmpfs mount point.
Any subsequent execution of `RUN` commands sees the original source directory content, any changes from previous RUN commands no longer exists.