使用apt update && apt install docker.io安装了docker,但是
方法 :
docker run --name fastos --restart always -p 9081:8081 -p 9082:8082 -d \
-v /var/run/docker.sock:/var/run/docker.sock -v /etc/docker/:/etc/docker/ \
-v /root/data:/fast/data -e FAST_STORE=http://dockernb.com:8300 wangbinxingkong/fast:latest
这个命令安装docker面板报错,然后我就用了提示的命令安装了docker那个Portainer,但是这个东西,拉去镜像直接报错,
Failure
Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
搜索点镜像后面的搜索框链接也打不开,是需要挂梯子?