Skip to content

Commit 2c193b5

Browse files
committed
Fix extremely minor typo in docker-run man page
The latin phrase "vice versa" can be pronounced "vice-a-versa", but should not be rendered as such. Signed-off-by: briantracy <brian.tracy33@gmail.com>
1 parent ba2a520 commit 2c193b5

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)