Docker is installed but Docker Compose is not ? why?

后端 未结 13 2107
再見小時候
再見小時候 2021-01-29 20:04

I have installed docker on centos 7. by running following commands,

curl -sSL https://get.docker.com/ | sh
systemctl enable docker && systemctl start do         


        
13条回答
  •  遥遥无期
    2021-01-29 20:58

    I'm on debian, I found something quite natural to do :

    apt-get install docker-compose
    

    and it did the job (not tested on centos)

提交回复
热议问题