I would like to download docker-compose on one machine and install it on another (this other machine is not connected to the internet).
I tried downloading the binary file, making a docker-compose directory under /usr/bin
(where docker is) and ran chmod +x
on the directory. That didnt help.
Also the Alternative Install Options link in the docs is broken :/
Any help?