Sheffield Web Programmer

play with docker and open faas

March 30, 2018

A nice little way to test open faas as well is to use play with docker

https://labs.play-with-docker.com

start a new session, create an instance and run this

    docker swarm init --advertise-addr eth0 && \
    git clone https://github.com/openfaas/faas && \
    cd faas && \
    git checkout 0.7.1 && \
    ./deploy_stack.sh && \
    docker service ls