Created
October 4, 2017 13:10
-
-
Save selcukusta/6ce33d579a8e18e97c10a47bc7a37d9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -it --name teamcity-docker \ | |
| -v C:\teamcity-docker\data:/data/teamcity_server/datadir \ | |
| -v C:\teamcity-docker\logs:/opt/teamcity/logs \ | |
| -p 8111:8111 \ | |
| jetbrains/teamcity-server:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment