Skip to content

Instantly share code, notes, and snippets.

@josefmonje
Last active August 29, 2017 15:56
Show Gist options
  • Save josefmonje/94046e63a553000d91c4c8ea6a1dd41d to your computer and use it in GitHub Desktop.
Save josefmonje/94046e63a553000d91c4c8ea6a1dd41d to your computer and use it in GitHub Desktop.
#!/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