mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-16 15:20:37 +08:00
feat: Add devcontainer (#939)
This commit is contained in:
6
.devcontainer.json
Normal file
6
.devcontainer.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "dsm",
|
||||
"service": "dsm",
|
||||
"forwardPorts": ["5000"],
|
||||
"dockerComposeFile": "compose.yml"
|
||||
}
|
||||
Reference in New Issue
Block a user