Install docker-compose on linux machine

Have you encountered the problem of installing docker-compose? Haha, this article is here to solve it for you.

Step 1:
Execute: sudo curl -L "https://github.com/docker/compose/releases/download/1.28.6/docker-compose-$(uname -s)-$(uname -m)" - o /usr/local/bin/docker-compose


Step two:

sudo chmod +x /usr/local/bin/docker-compose

Step 3: Check if the execution is successful

 Now you can play to your heart's content

 

Supongo que te gusta

Origin blog.csdn.net/weixin_42080277/article/details/130872888
Recomendado
Clasificación