Install Docker, docker-compose and OpenFaaS to get the examples running on a Linux OS within an Swarm enbabled Docker instance.
Forward the domain docker.fun
and all of its subdomains *.docker.fun
to the address of your Swarm manager node.
Use deploy.sh
to initialize all stacks:
- First call
./deploy.sh all
to setup all stacks in a Docker Swarm - After all services are up and running, call
./deploy.sh connect
to interconnect the Debezium with the sample DB and start the functions.
Goto http://docker.fun to access all web based user interfaces.