docker-series icon indicating copy to clipboard operation
docker-series copied to clipboard

docker-slave multiple instances?

Open mixMugz opened this issue 6 years ago • 1 comments

Hi.

Is it possible to make several docker-slave containers from one yml and connect them all to the docker-master?

mixMugz avatar Jun 17 '19 14:06 mixMugz

  1. Comment container_name: jenkins-slave in docker-compose.ci.yml
  2. docker-compose -f ./docker-compose.ci.yml up -d --scale jenkins-slave=5

mixMugz avatar Jun 17 '19 14:06 mixMugz