在docker中安装Alpine的启动命令是什么?

时间:2017-11-20 09:56:37

标签: linux docker alpine

apk update && apk add docker

docker ps

Cannot connect to the Docker daemon. Is the docker daemon running on this host?

启动docker需要什么命令?

1 个答案:

答案 0 :(得分:0)

您必须先启动 docker 服务:

rc-service docker start

有关详细信息,请参阅https://wiki.alpinelinux.org/wiki/Alpine_Linux_Init_System