Skip to content

Commit

Permalink
Fix CircleCI-Public#171 duplicate network setting causing docker-gc t…
Browse files Browse the repository at this point in the history
…o fail on startup
  • Loading branch information
nanophate committed Jun 23, 2023
1 parent 26c5b00 commit e58c20a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nomad-aws/template/nomad-startup.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ docker run \
--interactive \
--name "docker-gc" \
--privileged \
--net=host \
--userns=host \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume /var/lib/docker:/var/lib/docker:ro \
Expand Down
1 change: 0 additions & 1 deletion nomad-gcp/templates/nomad-startup.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ setup_docker_gc() {
--interactive \
--name "docker-gc" \
--privileged \
--net=host \
--userns=host \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume /var/lib/docker:/var/lib/docker:ro \
Expand Down

0 comments on commit e58c20a

Please sign in to comment.