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 CE 18.09.0 on Ubuntu 18.04.1 doesn't create any containers #2756

Closed
ghost opened this issue Nov 9, 2018 · 1 comment
Closed

Docker CE 18.09.0 on Ubuntu 18.04.1 doesn't create any containers #2756

ghost opened this issue Nov 9, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 9, 2018

hello,
after dist-upgrade of Ubuntu to Ubuntu 18.04.1 LTS we can't create any containers

docker info:
Containers: 0
 Running: 0
 Paused: 0
 Stopped: 0
Images: 2
Server Version: 18.09.0
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: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: c4446665cb9c30056f4998ed953e6d4ff22c7c39
runc version: 4fc53a81fb7c994640722ac585fa9ca548971871
init version: fec3683
Security Options:
 seccomp
  Profile: default
Kernel Version: 4.15.0-33-generic
Operating System: Ubuntu 18.04.1 LTS
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 3.852GiB
Name: ata-test-ubuntu-bionic
ID: NOKD:6JTX:G2NS:FM3F:LCTW:B4TO:IEAP:XY7S:DCSI:4WX7:QK6B:KU2V
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
HTTP Proxy: http://proxy.efinity.local:3128
HTTPS Proxy: http://proxy.efinity.local:3128
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Registry Mirrors:
 https://docker.arti.efinity.local/
Live Restore Enabled: true
Product License: Community Engine
WARNING: No swap limit support

docker run --network none --rm hello-world ends with:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/hello\": stat /hello: no such file or directory": unknown.

In syslog we have then:

Nov  9 10:04:13 ata-test-ubuntu-bionic containerd[741]: time="2018-11-09T10:04:13.488624898+01:00" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/890df89ef5abaab97a7a853410e21ae8b8deac30b4ef86f7c051c7cd1c1ed4b2/shim.sock" debug=false pid=4072
Nov  9 10:04:13 ata-test-ubuntu-bionic containerd[741]: time="2018-11-09T10:04:13.835464827+01:00" level=info msg="shim reaped" id=890df89ef5abaab97a7a853410e21ae8b8deac30b4ef86f7c051c7cd1c1ed4b2
Nov  9 10:04:13 ata-test-ubuntu-bionic dockerd[794]: time="2018-11-09T10:04:13.846098066+01:00" level=error msg="stream copy error: reading from a closed fifo"
Nov  9 10:04:13 ata-test-ubuntu-bionic dockerd[794]: time="2018-11-09T10:04:13.847104823+01:00" level=error msg="stream copy error: reading from a closed fifo"
Nov  9 10:04:13 ata-test-ubuntu-bionic dockerd[794]: time="2018-11-09T10:04:13.985087191+01:00" level=error msg="890df89ef5abaab97a7a853410e21ae8b8deac30b4ef86f7c051c7cd1c1ed4b2 cleanup: failed to delete container from containerd: no such container"

Downgrading docker to 18.06.1-ce (only that package, rest of system remains unchanged) fixes this problem.

@manishtomar
Copy link
Contributor

Issue moved to docker/for-linux #485 via ZenHub

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

No branches or pull requests

1 participant