【发布时间】:2017-11-20 09:56:36
【问题描述】:
apk update && apk add docker
docker ps
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
启动docker需要什么命令?
【问题讨论】:
apk update && apk add docker
docker ps
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
启动docker需要什么命令?
【问题讨论】:
你要先启动docker服务:
rc-service docker start
更多详情请见https://wiki.alpinelinux.org/wiki/Alpine_Linux_Init_System。
【讨论】:
shell / # rc-service docker start * WARNING: docker is already starting / # docker ps Cannot connect to the Docker daemon. Is the docker daemon running on this host? / #