dev: Remove docker config mount (#2246)
This commit is contained in:
parent
19c3b8c83e
commit
0a965fc1a0
|
|
@ -35,11 +35,6 @@
|
||||||
"source": "/var/run/docker.sock",
|
"source": "/var/run/docker.sock",
|
||||||
"target": "/var/run/docker-host.sock",
|
"target": "/var/run/docker-host.sock",
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "${localEnv:HOME}/.docker",
|
|
||||||
"target": "/home/code/.docker",
|
|
||||||
"type": "bind"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue