Skip to content

Instantly share code, notes, and snippets.

@Luitame
Created May 18, 2017 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luitame/6ab2ae9ef7bdbbe00e1f87186bc7dfcc to your computer and use it in GitHub Desktop.
Save Luitame/6ab2ae9ef7bdbbe00e1f87186bc7dfcc to your computer and use it in GitHub Desktop.
Install Docker Composer on Ubuntu
Make sure Docker is installed and you have proper root or sudo permissions.
Access your machine.
Install docker-compose through curl from dockers github:
-$ curl -L "https://github.com/docker/compose/releases/download/1.10.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
-curl command
-$ chmod +x /usr/local/bin/docker-compose
-Make the binary executable
-$ docker-compose --version
-test install
Now that you have tested to install you shoule make a directory for your docker-compose files.
Now you have a way to Orchestrate your containers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment