Basic setup
Setup Docker Swarm - Manager Node
git clone https://github.com/pnk-sh/docker-octopus-stack.git
cd docker-octopus-stack
docker stack deploy -c docker-full-master-stack.yml octopusgit clone https://github.com/pnk-sh/docker-octopus-stack.git
cd docker-octopus-stack
docker stack deploy -c docker-master-stack.yml octopusSetup Docker Swarm - 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 octopusLast updated
Was this helpful?