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 17, 2025
1 parent 5ec29fd commit f07cd1a
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 @@ -7,6 +7,8 @@
"--privileged",
"--platform=linux/amd64"
],
// When using podman instead of docker, uncomment the next line and follow to configure your editor https://code.visualstudio.com/remote/advancedcontainers/docker-options#_podman
// "remoteUser": "root",
"workspaceFolder": "/opt/foreman-packaging",
"workspaceMount": "source=${localWorkspaceFolder},target=/opt/foreman-packaging,type=bind,consistency=cached"
}

0 comments on commit f07cd1a

Please sign in to comment.