Skip to content

Commit

Permalink
remove netns bind mount as it seems to be not important
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 19, 2024
1 parent 3581550 commit 2c89855
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .devcontainer/docker-outside-of-docker/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"--privileged"
],
"mounts": [
"type=bind,src=/run/docker/netns,dst=/run/docker/netns",
"type=bind,src=/var/lib/docker,dst=/var/lib/docker",
"type=bind,src=/lib/modules,dst=/lib/modules"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"--privileged"
],
"mounts": [
"type=bind,src=/run/docker/netns,dst=/run/docker/netns",
"type=bind,src=/var/lib/docker,dst=/var/lib/docker",
"type=bind,src=/lib/modules,dst=/lib/modules"
],
Expand Down

0 comments on commit 2c89855

Please sign in to comment.