Docker is installed but Docker Compose is not ? why?

后端 未结 13 2066
再見小時候
再見小時候 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)

    0 讨论(0)
提交回复
热议问题