Skip to content

Commit

Permalink
Fix #171 duplicate network setting causing docker-gc to fail on start…
Browse files Browse the repository at this point in the history
…up (#173)
  • Loading branch information
nanophate authored Jun 27, 2023
1 parent 26c5b00 commit f99764f
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 f99764f

Please sign in to comment.