Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add docker in docker
  • Loading branch information
tayloramurphy committed Dec 23, 2022
1 parent 7212cd6 commit 5ffb9fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Expand Up @@ -11,5 +11,12 @@
"**/CODE_OF_CONDUCT.md": true,
"**/LICENSE": true
}
},
"features": {
"docker-in-docker": {
"version": "latest",
"moby": true,
"dockerDashComposeVersion": "v1"
}
}
}

0 comments on commit 5ffb9fb

Please sign in to comment.