Skip to content

Commit a15d4c4

Browse files
authored
Merge pull request #4555 from briantracy/patch-2
Fix extremely minor typo in docker-run man page
2 parents ba85223 + 2c193b5 commit a15d4c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

man/docker-run.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,10 +761,10 @@ The `Z` option tells Docker to label the content with a private unshared label.
761761
Only the current container can use a private volume.
762762

763763
By 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
765765
this behavior by specifying a volume mount propagation property. Making a
766766
volume `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
768768
way mount propagation and that is mounts done on host under that volume
769769
will be visible inside container but not the other way around.
770770

0 commit comments

Comments
 (0)