Install docker compose offline on centos 73

Hi Docker Experts !

I want to install docker compose on my linux centos 7.3 in the offline way (no internet access)

Therefore, I can not run the following command line to install docker compose :

sudo curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-uname -s-uname -m -o /usr/local/bin/docker-compose

because my linux machine has not internet acces for https://github.com/docker/compose/releases/download/1.18.0/docker-compose

Do you have any idea to help me ?

Thanks a lot,

Best Regards,

Nguyen