diff --git a/dockerhub/teamcity-agent/README.md b/dockerhub/teamcity-agent/README.md index 0c96976f..2c2d5da0 100644 --- a/dockerhub/teamcity-agent/README.md +++ b/dockerhub/teamcity-agent/README.md @@ -40,7 +40,7 @@ docker run -e SERVER_URL="" jetbrains/teamcity-agent ```   -where `` is the full URL for TeamCity server, accessible by the agent. Note that "localhost" will not generally not work as it will refer to the "localhost" inside the container. +where `` is the full URL for TeamCity server, accessible by the agent. Note that "localhost" will generally not work as it will refer to the "localhost" inside the container. `` is the host machine directory to serve as the TeamCity agent config directory. We recommend providing this binding in order to persist the agent configuration, e.g. authorization on the server. Note that you should map a different folder for every new agent you create. Since version 2020.1, TeamCity agent Docker images __run under a non-root user__. Refer to our [upgrade notes](https://www.jetbrains.com/help/teamcity/upgrade-notes.html#UpgradeNotes-AgentDockerimagesrunundernon-rootuser) for information on possible affected use cases.