Home:ALL Converter>Docker compose not available on docker swarm cluster

Docker compose not available on docker swarm cluster

Ask Time:2020-04-16T12:00:05         Author:mygitrepo

Json Formatter

Question 1: I am new to docker swarm, I created a docker swarm cluster on my local machine and SSH in to it. To my surprise docker-compose was NOT installed inside the manager node. Is that normal ? Is there any workaround to get the docker compose up and running on swarm manager node ?

Question 2: how do I manage to get all my code inside manager node. Let’s say I have my source code on a director. If I want to move that inside my docker swarm manager node. How can I do that ?

Author:mygitrepo,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/61242469/docker-compose-not-available-on-docker-swarm-cluster
yy