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

No driver info on overlay network and services not starting #39324

Open
goetas opened this issue Jun 5, 2019 · 4 comments
Open

No driver info on overlay network and services not starting #39324

goetas opened this issue Jun 5, 2019 · 4 comments

Comments

@goetas
Copy link

goetas commented Jun 5, 2019

Description
Networks created with overlay driver in a swarm cluster do not work correctly. Driver and Config options are empty

Steps to reproduce the issue:

  1. login into a manager
  2. docker network create --driver overlay test-net
  3. docker network inspect test-net

Describe the results you received:

[
    {
        "Name": "test-net",
        "Id": "mcqfdauamzbp3740kc2r70c1n",
        "Created": "2019-06-05T10:11:28.997158257Z",
        "Scope": "swarm",
        "Driver": "",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "",
            "Options": null,
            "Config": null
        },
        "Internal": false,
        "Attachable": false,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },
        "ConfigOnly": false,
        "Containers": null,
        "Options": null,
        "Labels": null
    }
]

The network is not working correctly, the services that use the network stay in new state forever.

Describe the results you expected:

The network to be created correctly ans services starting correctly.

Additional information you deem important (e.g. issue happens only occasionally):

This issue happens systematically on our production cluster (3 managers and 5 workers) and for now we can not create any new network :(

Output of docker version:

$ docker version
Client: Docker Engine - Community
 Version:           19.03.0-beta5
 API version:       1.39 (downgraded from 1.40)
 Go version:        go1.12.4
 Git commit:        4a18bf4
 Built:             Wed May 29 23:01:23 2019
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          18.09.3
  API version:      1.39 (minimum version 1.12)
  Go version:       go1.10.8
  Git commit:       774a1f4
  Built:            Thu Feb 28 05:59:55 2019
  OS/Arch:          linux/amd64
  Experimental:     false

Output of docker info:

$ docker info
Client:
 Debug Mode: false

Server:
 Containers: 66
  Running: 66
  Paused: 0
  Stopped: 0
 Images: 77
 Server Version: 18.09.3
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Plugins:
  Volume: local
  Network: bridge host macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: active
  NodeID: xfqns1zmse7t9w3qqu8i8i892
  Is Manager: true
  ClusterID: tzm417keomjtxndqclyvsz6fd
  Managers: 3
  Nodes: 8
  Default Address Pool: 10.0.0.0/8  
  SubnetSize: 24
  Orchestration:
   Task History Retention Limit: 5
  Raft:
   Snapshot Interval: 10000
   Number of Old Snapshots to Retain: 0
   Heartbeat Tick: 1
   Election Tick: 3
  Dispatcher:
   Heartbeat Period: 5 seconds
  CA Configuration:
   Expiry Duration: 3 months
   Force Rotate: 0
  Autolock Managers: false
  Root Rotation In Progress: false
  Node Address: 172.16.21.228
  Manager Addresses:
   172.16.21.228:2377
   172.16.21.231:2377
   172.16.21.238:2377
 Runtimes: runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: e6b3f5632f50dbc4e9cb6288d911bf4f5e95b18e
 runc version: 6635b4f0c6af3810594d2770f662f34ddc15b40d
 init version: fec3683
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 4.9.0-8-amd64
 Operating System: Debian GNU/Linux 9 (stretch)
 OSType: linux
 Architecture: x86_64
 CPUs: 3
 Total Memory: 15.58GiB
 Name: VImmobinet08
 ID: 2WLB:XDFS:66RA:UIYX:RUWG:NJAG:EZMT:6QP6:DGGZ:4QSQ:RC4I:SG3Y
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
  main-interface=ens18
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false
 Product License: Community Engine

WARNING: No swap limit support

Additional environment details (AWS, VirtualBox, physical, etc.):

root@VImmobinet08:/home/me# uname  -a
Linux VImm08 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux

journalctl -u docker does not show any particular error

@goetas
Copy link
Author

goetas commented Jun 5, 2019

#34493 looks similar, but in our situation the behavior happens always.

Creating non swarm networks (bridge) works as expected.

@thaJeztah
Copy link
Member

Anything in the daemon and/or system logs that indicates why the network could not be created?

@goetas
Copy link
Author

goetas commented Jun 5, 2019

I 've tried everything but no...I've also tried this:

root@VImmobinet08:/home/webman# docker network create --driver overlay --attachable asmir
59g2eshxqodb5zmb3yb6sidj5
root@VImmobinet08:/home/webman# docker run --rm --network=asmir nginx 
docker: Error response from daemon: attaching to network failed, make sure your network options are correct and check manager logs: context deadline exceeded.

In the logs I have:

Jun 05 18:47:44 VImmobinet08 dockerd[12074]: time="2019-06-05T18:47:44.420710241+02:00" level=error msg="e333ad25158d31f9542c075c5c0d8c835e0102dd3e135110996720de75b913ea cleanup: failed to delete container from containerd: no such container"
Jun 05 18:47:44 VImmobinet08 dockerd[12074]: time="2019-06-05T18:47:44.445578366+02:00" level=error msg="Handler for POST /v1.39/containers/e333ad25158d31f9542c075c5c0d8c835e0102dd3e135110996720de75b913ea/start returned error: attaching to network failed, make sure your network options are correct and check manager logs: context deadline exceeded"

@goetas
Copy link
Author

goetas commented Jun 5, 2019

doing the same with debug enabled:

un 05 18:57:34 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:34.732479566+02:00" level=debug msg="sending heartbeat to manager { } with timeout 5s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:34 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:34.736133413+02:00" level=debug msg="heartbeat successful to manager { }, next heartbeat period: 4.890452529s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:38 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:38.016163324+02:00" level=debug msg="memberlist: Stream connection from=172.16.21.237:55942"
Jun 05 18:57:39 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:39.626855176+02:00" level=debug msg="sending heartbeat to manager { } with timeout 5s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:39 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:39.655744186+02:00" level=debug msg="heartbeat successful to manager { }, next heartbeat period: 4.550049859s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:40 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:40.165932971+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.Dispatcher/Session
Jun 05 18:57:40 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:40.165956561+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.Dispatcher/Assignments
Jun 05 18:57:40 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:40.165999962+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.LogBroker/ListenSubscriptions
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.030111729+02:00" level=debug msg="memberlist: Initiating push/pull sync with: 172.16.21.228:7946"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.832704265+02:00" level=debug msg="Calling GET /_ping"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.834364421+02:00" level=debug msg="Calling POST /v1.39/containers/create"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.834768467+02:00" level=debug msg="form data: {\"AttachStderr\":true,\"AttachStdin\":false,\"AttachStdout\":true,\"Cmd\":null,\"Domainname\":\"\",\"Entrypoint\":null,\"Env\":[],\"HostConfig\":{\"AutoRemove\":true,\"Binds\":null,\"BlkioDeviceReadBps\":null,\"BlkioDeviceReadIOps\":null,\"BlkioDeviceWriteBps\":null,\"BlkioDeviceWriteIOps\":null,\"BlkioWeight\":0,\"BlkioWeightDevice\":[],\"CapAdd\":null,\"CapDrop\":null,\"Cgroup\":\"\",\"CgroupParent\":\"\",\"ConsoleSize\":[0,0],\"ContainerIDFile\":\"\",\"CpuCount\":0,\"CpuPercent\":0,\"CpuPeriod\":0,\"CpuQuota\":0,\"CpuRealtimePeriod\":0,\"CpuRealtimeRuntime\":0,\"CpuShares\":0,\"CpusetCpus\":\"\",\"CpusetMems\":\"\",\"DeviceCgroupRules\":null,\"Devices\":[],\"DiskQuota\":0,\"Dns\":[],\"DnsOptions\":[],\"DnsSearch\":[],\"ExtraHosts\":null,\"GroupAdd\":null,\"IOMaximumBandwidth\":0,\"IOMaximumIOps\":0,\"IpcMode\":\"\",\"Isolation\":\"\",\"KernelMemory\":0,\"Links\":null,\"LogConfig\":{\"Config\":{},\"Type\":\"\"},\"MaskedPaths\":null,\"Memory\":0,\"MemoryReservation\":0,\"MemorySwap\":0,\"MemorySwappiness\":-1,\"NanoCpus\":0,\"NetworkMode\":\"asmir2\",\"OomKillDisable\":false,\"OomScoreAdj\":0,\"PidMode\":\"\",\"PidsLimit\":0,\"PortBindings\":{},\"Privileged\":false,\"PublishAllPorts\":false,\"ReadonlyPaths\":null,\"ReadonlyRootfs\":false,\"RestartPolicy\":{\"MaximumRetryCount\":0,\"Name\":\"no\"},\"SecurityOpt\":null,\"ShmSize\":0,\"UTSMode\":\"\",\"Ulimits\":null,\"UsernsMode\":\"\",\"VolumeDriver\":\"\",\"VolumesFrom\":null},\"Hostname\":\"\",\"Image\":\"nginx\",\"Labels\":{},\"NetworkingConfig\":{\"EndpointsConfig\":{}},\"OnBuild\":null,\"OpenStdin\":false,\"StdinOnce\":false,\"Tty\":false,\"User\":\"\",\"Volumes\":{},\"WorkingDir\":\"\"}"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.866615820+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/overlay2/d1b75b7ad523086325c3bb71b51953f75408508f47ce44c54a30cbe06bccb30f/merged 0x55e89a1984a0 0x55e89a1984a0}"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.893620562+02:00" level=debug msg="Calling POST /v1.39/containers/72b4bf85d9172cf603b5791b6efb820c693d2e61d713d707abc9855d95c54302/attach?stderr=1&stdout=1&stream=1"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.893873928+02:00" level=debug msg="attach: stdout: begin"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.893913136+02:00" level=debug msg="attach: stderr: begin"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.928988485+02:00" level=debug msg="Calling POST /v1.39/containers/72b4bf85d9172cf603b5791b6efb820c693d2e61d713d707abc9855d95c54302/wait?condition=removed"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.930825878+02:00" level=debug msg="Calling POST /v1.39/containers/72b4bf85d9172cf603b5791b6efb820c693d2e61d713d707abc9855d95c54302/start"
Jun 05 18:57:42 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:42.935470389+02:00" level=debug msg="container mounted via layerStore: &{/var/lib/docker/overlay2/d1b75b7ad523086325c3bb71b51953f75408508f47ce44c54a30cbe06bccb30f/merged 0x55e89a1984a0 0x55e89a1984a0}"
Jun 05 18:57:43 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:43.038958064+02:00" level=debug msg="Successfully attached to network asmir2 with task id leou0vet5bwvbl2j766r4ioac"
Jun 05 18:57:44 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:44.206655860+02:00" level=debug msg="sending heartbeat to manager { } with timeout 5s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:44 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:44.223103318+02:00" level=debug msg="heartbeat successful to manager { }, next heartbeat period: 4.754658754s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:48 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:48.978008223+02:00" level=debug msg="sending heartbeat to manager { } with timeout 5s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:48 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:48.980112947+02:00" level=debug msg="heartbeat successful to manager { }, next heartbeat period: 5.206908792s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:49 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:49.820011099+02:00" level=info msg="agent: found node update" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:49 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:49.820066194+02:00" level=debug msg="agent: rebuild session" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:49 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:49.820086872+02:00" level=info msg="manager selected by agent for new session: { }" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:49 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:49.820122277+02:00" level=info msg="waiting 0s before registering session" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:49 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:49.820215633+02:00" level=debug msg="(*session).start" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:49 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:49.820476380+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.Dispatcher/Session
Jun 05 18:57:49 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:49.820700191+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.LogBroker/ListenSubscriptions
Jun 05 18:57:49 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:49.820751545+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.Dispatcher/Assignments
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.073612045+02:00" level=debug msg="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.073611570+02:00" level=debug method="(*session).logSubscriptions" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.073662768+02:00" level=debug method="(*session).watch" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.073826177+02:00" level=debug msg="agent: registered" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.073665125+02:00" level=debug msg="(*session).listen" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.073910995+02:00" level=debug msg="sending heartbeat to manager { } with timeout 5s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.195247241+02:00" level=debug msg="(*worker).Assign" len(assignments)=0 module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.195863415+02:00" level=debug msg="(*worker).reconcileSecrets" len(removedSecrets)=0 len(updatedSecrets)=0 module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.195890892+02:00" level=debug msg="(*worker).reconcileConfigs" len(removedConfigs)=0 len(updatedConfigs)=0 module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.195907630+02:00" level=debug msg="(*worker).reconcileTaskState" len(removedTasks)=0 len(updatedTasks)=0 module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n
Jun 05 18:57:50 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:50.195259615+02:00" level=debug msg="heartbeat successful to manager { }, next heartbeat period: 5.444018792s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:55 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:55.640837941+02:00" level=debug msg="sending heartbeat to manager { } with timeout 5s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:57:55 VImmobinet00 dockerd[17657]: time="2019-06-05T18:57:55.645538662+02:00" level=debug msg="heartbeat successful to manager { }, next heartbeat period: 5.412065295s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:58:00 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:00.090352462+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.Dispatcher/Session
Jun 05 18:58:00 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:00.090361442+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.Dispatcher/Assignments
Jun 05 18:58:00 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:00.090352590+02:00" level=debug msg="error handling streaming rpc" error="rpc error: code = Canceled desc = context canceled" rpc=/docker.swarmkit.v1.LogBroker/ListenSubscriptions
Jun 05 18:58:01 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:01.057948072+02:00" level=debug msg="sending heartbeat to manager { } with timeout 5s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:58:01 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:01.059635118+02:00" level=debug msg="heartbeat successful to manager { }, next heartbeat period: 5.25221023s" method="(*session).heartbeat" module=node/agent node.id=5rsqkszlu01cihrjo1wenqk1n session.id=kwd2vfih5sa8jkw363t2wn9s1 sessionID=kwd2vfih5sa8jkw363t2wn9s1
Jun 05 18:58:02 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:02.947991826+02:00" level=debug msg="attach: stdout: end"
Jun 05 18:58:02 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:02.948026587+02:00" level=debug msg="attach: stderr: end"
Jun 05 18:58:02 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:02.948042760+02:00" level=debug msg="attach done"
Jun 05 18:58:02 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:02.971939727+02:00" level=error msg="72b4bf85d9172cf603b5791b6efb820c693d2e61d713d707abc9855d95c54302 cleanup: failed to delete container from containerd: no such container"
Jun 05 18:58:02 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:02.976866776+02:00" level=debug msg="FIXME: Got an API for which error does not match any expected type!!!: attaching to network failed, make sure your network options are correct and check manager logs: context deadline exceeded" error_type="*errors.errorString" module=api
Jun 05 18:58:02 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:02.976920285+02:00" level=error msg="Handler for POST /v1.39/containers/72b4bf85d9172cf603b5791b6efb820c693d2e61d713d707abc9855d95c54302/start returned error: attaching to network failed, make sure your network options are correct and check manager logs: context deadline exceeded"
Jun 05 18:58:02 VImmobinet00 dockerd[17657]: time="2019-06-05T18:58:02.976952397+02:00" level=debug msg="FIXME: Got an API for which error does not match any expected type!!!: attaching to network failed, make sure your network options are correct and check manager logs: context deadline exceeded" error_type="*errors.errorString" module=api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants