-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed as not planned
Closed as not planned
Copy link
Labels
kind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.priority/P3Best effort: those are nice to have / minor issues.Best effort: those are nice to have / minor issues.version/1.11
Description
When I immediately run docker-compose up after restarting docker, I get the following error in [email protected] running against [email protected]:
$ /usr/local/bin/docker-compose -p compose -f /etc/docker/compose/docker-compose.yml up -d
Pulling web (nginx:latest)...
Creating compose_web_1
rpc error: code = 2 desc = "containerd: container did not start before the specified timeout"
(exit code=1)
Next time I run it myself manually, it works. (For the first time it gets executed in an headless startup script and fails.)
Also please note that this is intermittent and I can't consistently repro.
Output of docker version:
docker version
Client:
Version: 1.11.0
API version: 1.23
Go version: go1.5.4
Git commit: 4dc5990
Built: Wed Apr 13 18:34:23 2016
OS/Arch: linux/amd64
Server:
Version: 1.11.0
API version: 1.23
Go version: go1.5.4
Git commit: 4dc5990
Built: Wed Apr 13 18:34:23 2016
OS/Arch: linux/amd64
Output of docker info:
docker info
Containers: 2
Running: 1
Paused: 0
Stopped: 1
Images: 2
Server Version: 1.11.0
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 14
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge null host
Kernel Version: 3.19.0-33-generic
Operating System: Ubuntu 14.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 1
Total Memory: 1.637 GiB
Name: dockerextensiontest-3
ID: HLNH:UION:TVUX:WEN2:ZV4X:LCMV:SUP2:7SQS:6BAM:643N:PTID:LQ4O
Docker Root Dir: /var/lib/docker
Debug mode (client): false
Debug mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No swap limit support
Steps to reproduce the issue:
wget -qO- https://get.docker.com | sh- set docker-engine opts and restart
service restart docker - (and rapidly after)
docker-compose -f compose.yml up -d - Error says
containerd: container did not start before the specified timeout
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.priority/P3Best effort: those are nice to have / minor issues.Best effort: those are nice to have / minor issues.version/1.11