安装

作者: sa_justin | 来源:发表于2017-08-01 11:48 被阅读0次

curl -sSL https://get.daocloud.io/docker | sh
建立 docker 组:
$ sudo groupadd docker
将当前用户加入 docker 组:
$ sudo usermod -aG docker $USER
$ sudo yum install docker-engine
$ sudo systemctl enable docker
$ sudo systemctl start docker

相关文章

网友评论

      本文标题:安装

      本文链接:https://www.haomeiwen.com/subject/pbcrlxtx.html