需要设置代理的话先设置代理,再安装。
ubuntu docker 安装
apt-get update
apt install docker.io
systemctl start docker
systemctl enable docker
Refer to link: https:
//phoenixnap.com/kb/how-to-install-docker-on-ubuntu-18-04
redhat 7 docker 安装: https://blog.csdn.net/weixin_49832727/article/details/107981698
原文:https://www.cnblogs.com/i-shu/p/14900897.html