devcontainer: enable accessing host Docker socket
This commit is contained in:
@ -13,5 +13,8 @@
|
||||
"postCreateCommand": ".devcontainer/boot.sh",
|
||||
"forwardPorts": [
|
||||
4567
|
||||
]
|
||||
],
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user