Skip to content

Commit

Permalink
dev: Remove docker config mount (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Feb 17, 2023
1 parent 19c3b8c commit 0a965fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
"source": "/var/run/docker.sock",
"target": "/var/run/docker-host.sock",
"type": "bind"
},
{
"source": "${localEnv:HOME}/.docker",
"target": "/home/code/.docker",
"type": "bind"
}
]
}

0 comments on commit 0a965fc

Please sign in to comment.