Skip to content

Instantly share code, notes, and snippets.

@calvinalx
Created July 23, 2020 16:30
Show Gist options
  • Select an option

  • Save calvinalx/c0f10f78c577110d730e4ccf0bbae124 to your computer and use it in GitHub Desktop.

Select an option

Save calvinalx/c0f10f78c577110d730e4ccf0bbae124 to your computer and use it in GitHub Desktop.
Install Neko
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
@calvinalx
Copy link
Author

bash <(curl -Ls https://gist.github.com/calvinalx/c0f10f78c577110d730e4ccf0bbae124/raw/75c8767b5ab96a712bcad841fbab9ef748dff2d4/neko.sh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment