vbatts / slackware-container

Minimal rootfs creation for slackware linux (ideal for container images)
https://hub.docker.com/r/vbatts/slackware
97 stars 27 forks source link

error starting daemon #2

Closed sasongko26 closed 7 years ago

sasongko26 commented 7 years ago

I've installed docker by sbopkg on my 14.2 and I run

# /etc/rc.d/rc.docker start
starting docker ...
$ docker pull vbatts/slackware
Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
# docker -d
Warning: '-d' is deprecated, it will be removed soon. See usage.
WARN[0000] please use 'docker daemon' instead.          
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock) 
ERRO[0000] [graphdriver] prior storage driver "devicemapper" failed: Error running DeviceCreate (CreatePool) dm_task_run failed 
FATA[0000] Error starting daemon: error initializing graphdriver: Error running DeviceCreate (CreatePool) dm_task_run failed 

What should I do? Thank you.

sasongko26 commented 7 years ago

solved. switch togeneric kernel

vbatts commented 7 years ago

Glad you solved it!