Skip to content

Commit 6bfdf86

Browse files
committed
fix devcont
1 parent 4ca5f16 commit 6bfdf86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "Parallel Programming Course",
33
"image": "ghcr.io/learning-process/ppc-ubuntu:1.1",
4+
"features": {
5+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
6+
"version": "latest",
7+
"enableNonRootDocker": "true"
8+
}
9+
},
410
"customizations": {
511
"vscode": {
612
"extensions": [

0 commit comments

Comments
 (0)