Unverified Commit 6f9ba4a9 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

devcontainer.json: symlink workspace to /simbricks

This results in the same environment as with the provided dockerfiles.
Then we can use that as the default setting for the instantiation
environment.
parent 5fa7a800
......@@ -17,5 +17,6 @@
"remoteEnv": {
"PATH": "/home/simbricks/.local/bin:${containerEnv:PATH}"
},
"postCreateCommand": "sudo ln -s `pwd` /simbricks",
"postStartCommand": "sudo chmod o+rw /dev/kvm"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment