ubuntu 18.04 installation solutions docker-compose error

http://cnblogs.com/sixiweb/p/7048914.html

Enter the following URL to download the latest version at present:

https://github.com/docker/compose/releases/tag/1.14.0-rc2

Pulled the bottom page, download:

docker-compose-Linux-x86_64

Then upload the files to / usr / local / bin / folder, and then rename it to docker-compose, modify the permissions of this file, increase the executable: chmod + x / usr / local / bin / docker-compose

And then run 

[root@fd240 bin]# docker-compose version
docker-compose version 1.14.0-rc2, build 24dae73
docker-py version: 2.3.0
CPython version: 2.7.13
OpenSSL version: OpenSSL 1.0.1t 3 May 2016

We can see that there is no problem.

Guess you like

Origin www.cnblogs.com/keewit/p/12089535.html