Its ready to deploy and run into your Docker Swarm Cluster, there will be differend stack files you can run to get up and running with Docker Octopus.
Will spin a full stack up with all databases you need to run Docker Octopus in your system
docker stack deploy -c docker-full-master-stack.yml octopusIts will start what there need whit out eny databases running in Docker Swarm, its mean you need to setup RabbitMQ, MongoDB and InfluxDB at your self.
docker stack deploy -c docker-master-stack.yml octopusWorker stack its the stack you need if you have more then one Docker Swarm Cluster and you want connect your to Docker Octopus system together.
docker stack deploy -c docker-worker-stack.yml octopus