Answer the question
In order to leave comments, you need to log in
How to download Docker-compose via curl if the url is not available due to RKN?
This is the command to download and install docker-compose:
sudo curl -o /usr/local/bin/docker-compose -L "https://github.com/docker/compose/releases/download/1.11.2/docker-compose-Linux-x86_64"
Answer the question
In order to leave comments, you need to log in
man curl
x, --proxy <[protocol://][user:[email protected]]proxyhost[:port]>
Use the specified HTTP proxy.
If the port number is not specified, it is assumed at port 1080.
$ http_proxy=http://your.proxy.server:port/ curl #....
$ https_proxy=https://your.proxy.server:port/ curl #....
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question