job "mosquitto" { datacenters = ["dc1"] group "msq-group" { task "msq-task" { driver = "containerd-driver" config { image = "ubuntu:16.04" command = "sleep" args = ["600s"] mounts = [ { type = "bind" target = "/mosquitto/config/mosquitto.conf" source = "local/mosquitto.conf" options = ["rbind", "rw"] } ] } template { destination = "local/mosquitto.conf" data = <