Docker安装实战
2019-11-06 本文已影响0人
程序员大春
效果
image.png环境
- centos7.6
安装实战
curl -sSL https://get.docker.com/ | sh
启动服务
sudo service docker restart
开机自动启动Docker
chkconfig docker on
curl -sSL https://get.docker.com/ | sh
sudo service docker restart
chkconfig docker on