How to Install Docker Compose Offline ?

--

How do we activate docker compose on a server without internet access?Let’s answer this question together.

→ Let’s download the package to a system with an internet connection.

wget https://github.com/docker/compose/releases/download/1.24.0/docker-compose-Linux-x86_64

→ Let’s rename the package.

mv docker-compose-Linux-x86_64 docker-compose

→Let’s copy the package to the offline machine via csp or ssh

→ Let’s copy it to the relevant directory.

mv docker-compose /usr/local/bin/

→Let’s make it workable by giving execute permission to the package.

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

See you in my next post :)

Sevcan

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response