We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41233c5 commit 3b6bb73Copy full SHA for 3b6bb73
README.md
@@ -16,6 +16,12 @@
16
docker run --rm -it -v ${PWD}:/home/nonroot/workspaces/dev-container mperel/dev-container
17
```
18
19
+or
20
+
21
+```
22
+podman run --rm --userns=keep-id -it -v ${PWD}:/home/nonroot/workspaces/dev-container docker.io/mperel/dev-container
23
24
25
## Building From Scratch
26
27
- By default, the container runs as a nonroot user (as a sudoer) with UID and GID = 1000. This user exists
0 commit comments