第一步首先更新资源:
apt-get update
第二步安装Docker:
apt-get install docker
第三步安装docker.io:
apt-get install docker.io
第四步安装docker-registry:
apt-get install docker-registry
第五步启动docker容器:
systemctl start docker
最后验证docker容器是否安装成功:
docker run hello-world
原文地址:https://www.cnblogs.com/fang326404/p/9120750.html
时间: 2024-10-11 07:16:51