File tree Expand file tree Collapse file tree 2 files changed +4
-104
lines changed Expand file tree Collapse file tree 2 files changed +4
-104
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- // For format details, see https://aka.ms/devcontainer.json
2
1
{
3
2
"name" : " Development environments on your infrastructure" ,
4
-
5
- // Sets the run context to one level up instead of the .devcontainer folder.
6
- "context" : " ." ,
7
-
8
- // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
9
- "dockerFile" : " Dockerfile" ,
10
-
11
- // Use 'forwardPorts' to make a list of ports inside the container available locally.
12
- // "forwardPorts": [],
13
-
14
- "postStartCommand" : " dockerd" ,
15
-
16
- // privileged is required by GitHub codespaces - https://github.com/microsoft/vscode-dev-containers/issues/727
17
- "runArgs" : [
18
- " --cap-add=SYS_PTRACE" ,
19
- " --security-opt" ,
20
- " seccomp=unconfined" ,
21
- " --privileged" ,
22
- " --init"
23
- ]
3
+ "image" : " codercom/dogfood-oss:latest" ,
4
+ "runArgs" : [" --init" , " --privileged" ],
5
+ "overrideCommand" : false ,
6
+ "remoteUser" : " coder"
24
7
}
You can’t perform that action at this time.
0 commit comments