1.su root
2.安装一些包
apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
- 添加docker的repo和security
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
- 更新下apt-get update -y
- 安装docker
ce表示community edition,cli表示client
apt-get install -y docker-ce docker-ce-cli containerd.io
- usermod -aG docker username:给用户docker daemon的访问权限
或者
/usr/sbin/usermod -aG docker username
安装完成,输入docker -v查看版本
Docker version 20.10.17, build 100c701
最后
以上就是幸福啤酒最近收集整理的关于3.【Linux虚拟机】安装docker社区版的全部内容,更多相关3内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复