Docker Starting the BuildAgent on the Docker teamcity-server container
Is there a way to start up the single build agent that is on the teamcity-server DOCKER hub container?
Seems like it would be useful to have the one agent up and running as an option.
Please sign in to leave a comment.
Hi Lance,
it shouldn't be impossible to run the build agent within the container, but we haven't tried it and don't recommend it due to the extra hassle that it requires. That is, you still need to set up all the extra volumes you need to run the build agent as if you were running the agent image.
Of course, please feel free to modify the image or the scripts so that it starts the agent as well. If you face any issue please don't hesitate to ask, we'll try to help as much as possible, just keep in mind that it's not set up for it.