Last active
August 29, 2017 15:56
-
-
Save josefmonje/94046e63a553000d91c4c8ea6a1dd41d to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
curl -sSL https://get.docker.com | sh | |
sudo usermod -aG docker pi | |
sudo docker swarm init | |
git clone https://github.com/alexellis/faas.git | |
cd faas | |
sudo ./deploy_stack.armhf.sh | |
sudo watch 'docker service ls' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment