Created
July 23, 2020 16:30
-
-
Save calvinalx/c0f10f78c577110d730e4ccf0bbae124 to your computer and use it in GitHub Desktop.
Install Neko
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -sSL https://get.docker.com/ | CHANNEL=stable bash | |
| sudo curl -L "https://github.com/docker/compose/releases/download/1.26.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | |
| sudo chmod +x /usr/local/bin/docker-compose | |
| wget https://raw.githubusercontent.com/nurdism/neko/master/.examples/simple/docker-compose.yaml | |
| sudo docker-compose up -d |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bash <(curl -Ls https://gist.github.com/calvinalx/c0f10f78c577110d730e4ccf0bbae124/raw/75c8767b5ab96a712bcad841fbab9ef748dff2d4/neko.sh)