Basic setup

To get up and running you need to clone the GitHub repository https://github.com/pnk-sh/docker-octopus-stack and then pick a stack you want to deploy for your Docker Swarm depending on its a manager or worker node.

Setup Docker Swarm - Manager Node

First you need to setup on your Docker Swarm Manger node where you have your manger node only services running.

git clone https://github.com/pnk-sh/docker-octopus-stack.git
cd docker-octopus-stack
docker stack deploy -c docker-full-master-stack.yml octopus

Setup Docker Swarm - Worker Node

When you have a manager node running with Docker Octopus services, you are ready to setup your worker node.

git clone https://github.com/pnk-sh/docker-octopus-stack.git
cd docker-octopus-stack
docker stack deploy -c docker-worker-stack.yml octopus

Last updated

Was this helpful?