-
Notifications
You must be signed in to change notification settings - Fork 119
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
Docker 1.12.3 swarm subnetwork --opt encrypted #888
Comments
Running:
will generate a diagnostic tarball that you can inspect if you wish. Use |
I think there is an issue with encrypted networks trying to do a |
@sylvainmouquet can you please try it with the newer version |
This issue has been inactive for more than 14 days while marked as MORE_INFO_EXPIRY_TIMEOUT |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Docker service fails to create a valid container
I create a network
docker network create --driver overlay --subnet 10.0.9.0/24 --opt encrypted subnetwork
i start swarm
docker swarm init
i create a service attached to this network
docker service create --replicas 1 --network subnetwork hello-world
I don't know where i could find the full error logs
The text was updated successfully, but these errors were encountered: