Skip to content

Instantly share code, notes, and snippets.

@atomlab
Last active January 15, 2021 09:31
Show Gist options
  • Save atomlab/89d9b33ea55d903e634ff5f2af212906 to your computer and use it in GitHub Desktop.
Save atomlab/89d9b33ea55d903e634ff5f2af212906 to your computer and use it in GitHub Desktop.
Docker install

Docker install

Docker

curl -fsSL https://get.docker.com -o get-docker.sh
sh ./get-docker.sh

Docker-compose

curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
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