Package: docker.io
Version: 1.11.2~ds1-6
Severity: serious

Hi,

I just installed docker and it doesn't seem to be working
properly, claiming it's not running.

When I run "docker info" strace is showing:
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
setsockopt(3, SOL_SOCKET, SO_BROADCAST, [1], 4) = 0
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/docker.sock"}, 23) = -1 
ECONNREFUSED (Connection refused)
close(3)                                = 0
futex(0xc820028d08, FUTEX_WAKE, 1)      = 1
write(2, "Cannot connect to the Docker dae"..., 80Cannot connect to the Docker 
daemon. Is the docker daemon running on this host?
) = 80
exit_group(1)                           = ?


The file /var/run/docker.sock seems to exist, is created when it starts,
but it really seems to be listening to an other socket.

The process that's running shows:
containerd -l /var/run/docker/libcontainerd/docker-containerd.sock --runtime 
runc --start-timeout 2m


Kurt

Reply via email to