We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca5f16 commit 6bfdf86Copy full SHA for 6bfdf86
.devcontainer/devcontainer.json
@@ -1,6 +1,12 @@
1
{
2
"name": "Parallel Programming Course",
3
"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
+ },
10
"customizations": {
11
"vscode": {
12
"extensions": [
0 commit comments