TeamCity On-Premises
 
Get TeamCity On-Premises

Integrating TeamCity with Container Managers

Edit pageLast modified: 18 September 2024

TeamCity integrates with container managers (Docker, Podman) on multiple levels.

  • The Docker build runner launches Docker commands and creates Docker images during a build.

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

  • The Container Wrapper extension executes build steps inside containers. Supports Docker and Podman. Available for multiple runners.

  • The Docker Support build feature automatically signs in to container registries using Docker or Podman before starting a build. This feature also adds the Container Info tab of Build Results with the information about the images published to a registry during the build.

    Container Info tab

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.