diff options
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r-- | .devcontainer/devcontainer.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index ac71510..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,14 +0,0 @@ -// .devcontainer/devcontainer.json -{ - "name": "CorOS DevContainer", - "workspaceFolder": "/", - "dockerComposeFile": ["../CorOS-dev-environment/CorOS-emulation/docker-compose.yaml"], - "service": "coros-emu", - "containerEnv": { - "UPDATE_FILE": "update-dYOaOKRKVdwFYyN2bb4KCKkl5Wjc1hg6.bin.gz" - }, - "forwardPorts": [5900], - "postCreateCommand": "/bin/bash", - "shutdownAction": "stopCompose" - } -
\ No newline at end of file |