ubuntu安装Docker容器
Posted fang326404
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu安装Docker容器相关的知识,希望对你有一定的参考价值。
第一步首先更新资源:
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
以上是关于ubuntu安装Docker容器的主要内容,如果未能解决你的问题,请参考以下文章