Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created October 4, 2017 13:10
Show Gist options
  • Select an option

  • Save selcukusta/6ce33d579a8e18e97c10a47bc7a37d9b to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/6ce33d579a8e18e97c10a47bc7a37d9b to your computer and use it in GitHub Desktop.
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