Skip to content

Commit

Permalink
Merge pull request #126 from Legonois/master
Browse files Browse the repository at this point in the history
Add Docker Support to the Dev Container
  • Loading branch information
Snowiiii authored Oct 16, 2024
2 parents 5de4b80 + ea887c6 commit 85fc81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "Pumpkin",
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,readonly,type=bind"
Expand Down

0 comments on commit 85fc81a

Please sign in to comment.