簡體   English   中英

在docker中安裝Alpine的啟動命令是什么?

[英]What is the startup command for installing Alpine in 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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM