From 2cfe9cbf38db6cf9e2cc68e634e731c0299f869d Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 19 Feb 2018 09:40:58 -0700 Subject: language: correct 'vice versa' in docs Signed-off-by: Ed Santiago --- docs/podman-create.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/podman-create.1.md') diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index f40b73317..7d2b62fb0 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -512,10 +512,10 @@ The `Z` option tells podman to label the content with a private unshared label. Only the current container can use a private volume. By default bind mounted volumes are `private`. That means any mounts done -inside container will not be visible on host and vice-a-versa. One can change +inside container will not be visible on host and vice versa. One can change this behavior by specifying a volume mount propagation property. Making a volume `shared` mounts done under that volume inside container will be -visible on host and vice-a-versa. Making a volume `slave` enables only one +visible on host and vice versa. Making a volume `slave` enables only one way mount propagation and that is mounts done on host under that volume will be visible inside container but not the other way around. -- cgit v1.2.3-54-g00ecf