Skip to content

Instantly share code, notes, and snippets.

@nolim1t
Created March 3, 2020 10: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 nolim1t/12500c24bc8706c11b434493b0918366 to your computer and use it in GitHub Desktop.
Save nolim1t/12500c24bc8706c11b434493b0918366 to your computer and use it in GitHub Desktop.
Install the docker-compose box to the current working directory
#!/bin/sh
# Install the docker-compose box to the current working directory
# Pre-requisites: git
git init
git remote add origin https://github.com/lncm/thebox-compose-system.git
git fetch
git reset origin/master
git checkout -t origin/master
git reset --hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment