Skip to content

Commit 087274e

Browse files
authored
Merge pull request #1606 from he7d3r/patch-1
Fix typo
2 parents 9a5700a + 4f8bbc2 commit 087274e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following sections cover a few of these scenarios and how to fix them.
8686
(including user ids) which may result in permissions errors when trying to access directories or create/modify files inside.
8787

8888
Suppose your local user has a `UID` and `GID` of `1234` and `5678`, respectively. To fix the UID discrepancies between your local directories and the container's
89-
directories, you can run the container with an explicit `NB_UID` and `NB_GID` to match the that of the local user:
89+
directories, you can run the container with an explicit `NB_UID` and `NB_GID` to match that of the local user:
9090

9191
```bash
9292
docker run -it --rm \
@@ -202,7 +202,7 @@ If you have also **created a new user**, you might be experiencing any of the fo
202202
```
203203

204204
This example uses the syntax `$(PWD)`, which is replaced with the full path to the current directory at runtime. The destination
205-
path should also be an absolute path starting with a `/` such as `home/jovyan/work`.
205+
path should also be an absolute path starting with a `/` such as `/home/jovyan/work`.
206206

207207
- You might want to consider using the Docker native `--user <UID>` and `--group-add users` flags instead of `-e NB_UID` and `-e NB_GID`:
208208

0 commit comments

Comments
 (0)