Skip to content

Instantly share code, notes, and snippets.

@omernaci
Created August 27, 2020 05:14
Show Gist options
  • Save omernaci/e4ca8f81621206777e6f5543164dcd64 to your computer and use it in GitHub Desktop.
Save omernaci/e4ca8f81621206777e6f5543164dcd64 to your computer and use it in GitHub Desktop.
Install docker-compose Without Internet Connection
# https://github.com/docker/compose/releases/ download docker-compose
# copy it to server via scp/ssh
mv docker-compose-Linux-x86_64 docker-compose
sudo mv docker-compose /usr/local/bin/
sudo chmod +x /usr/local/bin/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment