We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc8c1 commit 61f7647Copy full SHA for 61f7647
1 file changed
README.md
@@ -54,7 +54,7 @@ Sometimes when using data volumes (`-v` flags) permissions issues can arise betw
54
In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as below:
55
56
```
57
- $ id dockeruser
+ $ `id <dockeruser>`
58
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
59
60
0 commit comments