Skip to content
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

test: network_mode target causes problem to resolve fqdn names from containers #61

Open
lukas-bednar opened this issue Dec 11, 2017 · 0 comments

Comments

@lukas-bednar
Copy link
Contributor

lukas-bednar commented Dec 11, 2017

When executing network_mode test, it causes for future containers which are being created afterwards.

I hit this issue in PR #51 , the installation of nginx failed on error to resolve nginx.com.
When I execute my test (docker_ports) before executing network_mode everything works ok.

Another problem is that issue persist between runs, the easy fix is restart of docker service.

I think this side effect deserve some attention to be treated properly.

How to reproduce:

  • move network_mode in test/Makefile to be executed before docker_ports target
all: cloud inventory docker_inventory docker_cloud groups docker_links docker_volumes_inventory docker_volumes_cloud network_mode docker_ports
  • run make
$ make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant