Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrearug/129fe1fb218a8873dd1e43e5675e51ce to your computer and use it in GitHub Desktop.
Save andrearug/129fe1fb218a8873dd1e43e5675e51ce to your computer and use it in GitHub Desktop.

Revisions

  1. @marszall87 marszall87 created this gist Sep 25, 2015.
    4 changes: 4 additions & 0 deletions docker-compose-install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/bin/bash
    mkdir -p /opt/bin
    curl -L `curl -s https://api.github.com/repos/docker/compose/releases/latest | jq -r '.assets[].browser_download_url | select(contains("Linux") and contains("x86_64"))'` > /opt/bin/docker-compose
    chmod +x /opt/bin/docker-compose