We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
我们可以通过pacman 安装 docker
sudo pacman -S docker
安装完成后需要配置 docker 加速
sudo vim /etc/docker/daemon.json { "registry-mirrors": [ "https://xxxx.mirror.aliyuncs.com" ], "insecure-registries": [ "registry.mirrors.aliyuncs.com" ] }
我这里使用的是阿里云的加速,xxx 可以替换成你自己的 什么?你还没有?赶紧百度一下
配置完成后需要执行
sudo systemctl daemon-reload sudo systemctl restart docker
如果需要开机启动docker
sudo systemctl enable docker
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: