summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2019-06-07 01:36:19 +0100
committerJonathan Wakely <jwakely@redhat.com>2019-06-07 10:08:43 +0100
commitbfd2483747c21cfcfd6927de31bd0c813d22c269 (patch)
tree9e9cc992eb274aa8c33deb37675d193c9282948e /docs
parentba36a5f4461abfa2a2818b756bda4d6e609f6de6 (diff)
downloadpodman-bfd2483747c21cfcfd6927de31bd0c813d22c269.tar.gz
podman-bfd2483747c21cfcfd6927de31bd0c813d22c269.tar.bz2
podman-bfd2483747c21cfcfd6927de31bd0c813d22c269.zip
Fix spelling
Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
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.