Docker swarm cluster bootstrap
Install
go get github.com/aacfactory/fns-contrib/cluster/swarm
Usage
import (
_ "github.com/aacfactory/fns-contrib/cluster/swarm"
)
Config
cluster:
devMode: false
kind: "swarm"
options:
swarm:
fromEnv: false
host: "swarm master host"
certDir: "cert file dir, there are [ca.pem, cert.pem, key.pem] in the dir"
labels:
- "FNS-SERVICE"
- "ACTIVE=dev"