TeamCity On-Premises
 
Get TeamCity On-Premises
You are viewing the documentation for an earlier version of TeamCity On-Premises.

Integrating TeamCity with Docker

Edit page Last modified: 13 October 2022

TeamCity integration with Docker includes:

  • The Docker build runner to launch Docker commands and create Docker images during a build.

  • The Docker Compose build runner to start services with the help of the Docker Compose tool during a build.

  • The Docker Wrapper extension to execute build steps inside a Docker container. Available for multiple runners.

  • The Docker Support build feature to automatically sign in to a Docker registry before starting a build. This feature also adds the Docker Info tab of Build Results with the information about the images published to the Docker registry during the build.

You can learn more details about the listed tools in the dedicated Help articles, linked above. The following article contains information common to these tools.