Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
rebuilding dockerfile (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Jan 18, 2024
1 parent a0a5f63 commit 041576c
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 88 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"remoteUser": "vscode",
"forwardPorts": [1313, 2222, 6000, 7681, 8080],
"postCreateCommand": "true",
"mounts": ["source=dind-var-lib-docker,target=/var/lib/docker,type=volume"],
"runArgs": ["--init", "--privileged", "--network=host"],
"overrideCommand": false
"runArgs": ["--privileged"]
}
Loading

0 comments on commit 041576c

Please sign in to comment.