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

Docker 1.12.3 swarm subnetwork --opt encrypted #888

Closed
sylvainmouquet opened this issue Nov 2, 2016 · 5 comments
Closed

Docker 1.12.3 swarm subnetwork --opt encrypted #888

sylvainmouquet opened this issue Nov 2, 2016 · 5 comments

Comments

@sylvainmouquet
Copy link

sylvainmouquet commented Nov 2, 2016

Docker service fails to create a valid container

docker version
Client:
 Version:      1.12.3
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   6b644ec
 Built:        Thu Oct 27 00:09:21 2016
 OS/Arch:      darwin/amd64
 Experimental: true

Server:
 Version:      1.12.3
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   6b644ec
 Built:        Thu Oct 27 00:09:21 2016
 OS/Arch:      linux/amd64
 Experimental: true

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

docker service ls
2odve7wxup04  berserk_poincare   0/1       hello-world        
docker service ps 7dztjruhkcyx
ID                         NAME                     IMAGE        NODE  DESIRED STATE  CURRENT STATE            ERROR
2l5xh5r37sgfistkykh28xqdv  infallible_minsky.1      hello-world  moby  Ready          Preparing 2 seconds ago  
cufe0tdl6v0er2fp718ege503   \_ infallible_minsky.1  hello-world  moby  Shutdown       Failed 3 seconds ago     "starting container failed: ca…"
3uovrxr6ur4jexln58s73hlg0   \_ infallible_minsky.1  hello-world  moby  Shutdown       Failed 9 seconds ago     "starting container failed: Ad…"
24akb0gnpghqvlehu3hbwe54g   \_ infallible_minsky.1  hello-world  moby  Shutdown       Failed 15 seconds ago    "starting container failed: fa…"
6b5bmewjuofkv2vy1jzrdmzm4   \_ infallible_minsky.1  hello-world  moby  Shutdown       Failed 21 seconds ago    "starting container failed: ca…"

I don't know where i could find the full error logs

@sylvainmouquet sylvainmouquet changed the title Docker 1.12.3 swarm subnetwork Docker 1.12.3 swarm subnetwork --opt encrypted Nov 2, 2016
@samoht
Copy link
Contributor

samoht commented Nov 3, 2016

Running:

/Applications/Docker.app/Contents/Resources/bin/docker-diagnose

will generate a diagnostic tarball that you can inspect if you wish. Use -u to upload the diagnostic tarbal to our server if you want us to investigate the issue as well.

@justincormack
Copy link
Member

I think there is an issue with encrypted networks trying to do a modprobe and failing when this is not needed, that will be fixed in docker 1.13, see moby/libnetwork#1502

@rogaha
Copy link

rogaha commented Nov 22, 2016

@sylvainmouquet can you please try it with the newer version 1.13-rc1 and let us know how it goes?

@djs55
Copy link
Contributor

djs55 commented Dec 19, 2016

This issue has been inactive for more than 14 days while marked as status/0-more-info-needed. It is being closed due to abandonment. Please feel free to re-open with more information about the problem.

MORE_INFO_EXPIRY_TIMEOUT

@djs55 djs55 closed this as completed Dec 19, 2016
@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

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.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants