product · inferred from evidence
teamcity-docker-samples
A GitHub repository containing Docker samples for TeamCity.
- TeamCity docker-compose: build agents not found (serverUrl points at the local machine)
Inside the compose bridge network, agents must address the server by its service alias and internal port, not the loopback address or the host's published port. In each agent's buildAgent.properties set serverUrl to point at the teamcity se
- TeamCity agent docker-in-docker: x509 certificate signed by unknown authority on private registry
The certificate volume was not actually mounted inside the agent container, so Docker inside the agent never saw the CA. Create the CA certificate directly in the container at /etc/docker/certs.d/[mydomain.com]/ca.crt (per the teamcity-mini