How to run TeamCity (On-Premises) CI/CD Pipelines in Docker container? Follow
Answered
Hi,
Please let me know the steps on how to run TeamCity (On-Premises) CI/CD Pipelines in Docker container.
Thanks in advance.
Please sign in to leave a comment.
Hello Vivek,
TeamCity allows to start certain runners in a Docker container (using the Docker Wrapper feature), or start Docker environment using Docker Compose runner before the build - TeamCity will automatically dispose the started services after the build is over. Please refer to the linked articles for the details and let me know if you have any questions.