manjaro installation docker, mirrored pull configuration accelerator

1、安装docker:
sudo pacman -S docker

2、启动docker服务:
sudo systemctl start docker
3、设置docker开机启动服务:
sudo systemctl enable docker

4、用daocloud的镜像加速服务配置加速器:
修改配置文件 sudo vim /etc/docker/daemon.json
加入{"registry-mirrors":["http://f136db2.daocloud.io"]}



Guess you like

Origin www.cnblogs.com/littlesuns/p/11227992.html