Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jan 21, 2024
1 parent 8b8d1b7 commit 8d0ec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The following sections cover a few of these scenarios and how to fix them.
Docker handles mounting host directories differently from mounting volumes, even though the syntax is essentially the same (i.e. `-v`).
When you initialize a Docker container using the flag `-v`, the host directories are bind-mounted directly into the container.
When you initialize a Docker container using the `-v`flag, the host directories are bind-mounted directly into the container.
Therefore, the permissions and ownership are copied over and will be **the same** as the ones in your local host
(including user ids) which may result in permissions errors when trying to access directories or create/modify files inside.
Expand Down

0 comments on commit 8d0ec50

Please sign in to comment.