Skip to content

Commit

Permalink
Merge pull request #4555 from briantracy/patch-2
Browse files Browse the repository at this point in the history
Fix extremely minor typo in docker-run man page
  • Loading branch information
thaJeztah authored Sep 12, 2023
2 parents ba85223 + 2c193b5 commit a15d4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/docker-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,10 @@ The `Z` option tells Docker 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.

Expand Down

0 comments on commit a15d4c4

Please sign in to comment.