You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 resolvenginx.com
.When I execute my test (
docker_ports
) before executingnetwork_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:
network_mode
intest/Makefile
to be executed beforedocker_ports
targetmake
The text was updated successfully, but these errors were encountered: