Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
docker run --cpus 4 
-e Coordinator=IncrediBuild1 
-e CoordinatorPort=31104 
-e BuildServicePort=31105 
-e BuildHelperPort=31106 
-it 
-p 31105:31105/tcp 
-p 31106-31109:31106-31109/tcp 
incredibuild:9.45.60

For the other container, in the docker run command a different port mapping on the host machine was entered:

Code Block
docker run --cpus 4 
-e Coordinator= IncrediBuild1 
-e CoordinatorPort=31104 
-e BuildServicePort=41105 
-e BuildHelperPort=41106 
-it 
-p 41105:41105/tcp 
-p 41006-41109:41106-41109/tcp 
incredibuild:9.45.60

The two active containerized Agents are displayed in the Coordinator Monitor:

...