File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -761,10 +761,10 @@ The `Z` option tells Docker to label the content with a private unshared label.
761761Only the current container can use a private volume.
762762
763763By default bind mounted volumes are ` private ` . That means any mounts done
764- inside container will not be visible on host and vice-a- versa. One can change
764+ inside container will not be visible on host and vice versa. One can change
765765this behavior by specifying a volume mount propagation property. Making a
766766volume ` shared ` mounts done under that volume inside container will be
767- visible on host and vice-a- versa. Making a volume ` slave ` enables only one
767+ visible on host and vice versa. Making a volume ` slave ` enables only one
768768way mount propagation and that is mounts done on host under that volume
769769will be visible inside container but not the other way around.
770770
You can’t perform that action at this time.
0 commit comments