Skip to content

Commit

Permalink
Undo sibling socket-based "DIND"
Browse files Browse the repository at this point in the history
  • Loading branch information
dagguh committed May 21, 2021
1 parent 92a5691 commit abc962b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ internal class DockerInfrastructure : Infrastructure {
HostConfig()
.withPublishAllPorts(true)
.withPrivileged(true)
.withBinds(Bind("/var/run/docker.sock", Volume("/var/run/docker.sock")))
// .withBinds(Bind("/var/run/docker.sock", Volume("/var/run/docker.sock")))
// .withMounts(
// Mount()
// .withSource("/var/run/docker.sock")
Expand Down

0 comments on commit abc962b

Please sign in to comment.