美文网首页
deepin简单的安装docker-composer的方法:

deepin简单的安装docker-composer的方法:

作者: 李景磊 | 来源:发表于2017-04-11 10:53 被阅读0次

$sudo curl -fsSL https://get.docker.com/ | sh

安装docker-compose:

apt-get -yqq install aptitude

aptitude -y install python-pip


aptitude -y install python-pip

pip install docker-compose

docker-compose version

注释:不是root用户请加上sudo

相关文章

网友评论

      本文标题:deepin简单的安装docker-composer的方法:

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