Docker Support

Last modified: 03 March 2021

The Docker Support build feature allows automatically signing in to a Docker registry before the build start.

Adding this feature:

  • enables the Docker events' monitoring: such operations as docker pull and docker run will be detected by TeamCity;

  • adds the Docker Info tab to the Build Results page. The tab provides information on Docker-related operations.

The feature also allows:

  • cleaning up the Docker images;

  • automatically log in to an authenticated registry before the build and log out of it after the build.

These two options require configuring a connection to a Docker registry:

Docker Support build feature