mirror of
https://github.com/openfaas/faas.git
synced 2025-06-17 12:46:59 +00:00
10 lines
173 B
Bash
10 lines
173 B
Bash
#!/bin/bash
|
|
|
|
docker swarm init --advertise-addr=$(hostname -i)
|
|
|
|
./deploy_stack.sh
|
|
|
|
git clone https://github.com/openfaas/certify-incubator
|
|
cd certify-incubator && \
|
|
make
|