-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible conflict running circleci/docker-gc container due to duplicate network setting #171
Comments
I was able to reproduce the same error seen (i.e., The proposed fix of removing codebase (public) which I try to reproduce the same setting: will be happy to follow up:
|
…o fail on startup
…o fail on startup
As noted by a customer and a few of our own Server installations (CircleCI Support), we notice the docker-gc container in the Nomad node are failing with the following error seen.
How to retrieve the logs above?
via journalctl:
After some internal discussion, I think there may have been a misconfiguration in the
docker run ...
command for this docker-gc container.Namely, there looks to be a duplicate network setting (both
--net
and--network
does the same thing), and the--network-alias
is failing since it cannot be set to the host network (which was set by--net
).Code area impacted:
server-terraform/nomad-aws/template/nomad-startup.sh.tpl
Lines 203 to 216 in 26c5b00
server-terraform/nomad-gcp/templates/nomad-startup.sh.tpl
Lines 202 to 215 in 26c5b00
Additional references:
--network
and discuss future of--net
) Add run network moby/moby#23324The text was updated successfully, but these errors were encountered: