CloudCannon Documentation

The default configuration assumes that you are running Swarm Master in the same server.

Docker swarm cluster

The options like networking, regions shall be changed here.

Go to


$ cd /var/lib/detio

Lets configure /var/lib/detio/vertice/vertice.conf


###
### [docker]
###
### controls one or many swarm masters for docker containers
###

 [docker]
  provider = "docker"

    # We have two swarm clusters
    [docker.docker]
        enabled = true
        [[docker.docker.region]]
          docker_zone = "chennai"
          swarm = "tcp://192.168.0.121:2375"

        [[docker.docker.region]]
          docker_zone = "sydney"
          swarm = "tcp://localhost:2375"