在 centos7 下,安装
curl -s https://get.docker.com/ | sh
启动并设置开机启动
systemctl start docker.service systemctl enable docker.service
检查 docker 状态
docker info
systemctl status docker
在 centos7 下,安装
curl -s https://get.docker.com/ | sh
启动并设置开机启动
systemctl start docker.service systemctl enable docker.service
检查 docker 状态
docker info
systemctl status docker
Leave a Reply