Skip to content

Commit

Permalink
Notes on using podman
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Jan 16, 2025
1 parent 5ec29fd commit 88d9307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"context": "."
},
"runArgs": [
// When using podman instead of docker, uncomment the next line and follow https://code.visualstudio.com/remote/advancedcontainers/docker-options#_podman
// "--userns=keep-id",
"--privileged",
"--platform=linux/amd64"
],
Expand Down

0 comments on commit 88d9307

Please sign in to comment.