Skip to content

Commit

Permalink
typo (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
odisseus authored Dec 19, 2023
1 parent 16669fc commit cd13a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerhub/teamcity-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker run -e SERVER_URL="<url to TeamCity server>"
jetbrains/teamcity-agent
```
&nbsp;
where `<url to TeamCity server>` 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 `<url to TeamCity server>` 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.
`<path to agent config folder>` 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.
Expand Down

0 comments on commit cd13a21

Please sign in to comment.