Install Teamcity-Server
Jump to navigation
Jump to search
https://hub.docker.com/r/jetbrains/teamcity-server (By default installation will use an integrated HSQLDB database engine)
Install: https://www.jetbrains.com/teamcity/download/#section=docker
docker run -it --name teamcity-server-instance -v /YOUR_FOLDER_TO_DATA:/data/teamcity_server/datadir -v /YOUR_FOLDER_TO_LOGS:/opt/teamcity/logs -p 8111:8111 jetbrains/teamcity-server Connect: http://localhost:8111/
For example:
docker pull jetbrains/teamcity-server mkdir -p /srv/teamcity/logs /srv/teamcity/datadir docker run -it --name teamcity-server-instance -v /srv/teamcity/datadir:/data/teamcity_server/datadir -v /srv/teamcity/logs:/opt/teamcity/logs -p 8111:8111 jetbrains/teamcity-server docker update --restart=always teamcity-server-instance
To connect: Connect: http://localhost:8111/
Related terms[edit]
See also[edit]
git: [config | init | status ],git add,git rm,git commit,git push, git pull,.gitconfig,.gitignore,git(clone,fetch,pull),git tag,git log,git blame, Merge Request, LFS,git branch,git apply,git rebase,git diff,git diff-tree,git config --global,remote | submodule | request-pull,GIT_TRACE, GIT_CURL_VERBOSE,clean,main,git show-ref,git reset,git prune,git ls-remote origin,git checkout,git switch,pathspec,git credential-osxkeychain,git version,pre-commit,git --help, GitBook,refs/, Git Credential Manager- TeamCity: TeamCity Release Notes, TeamCity agents (
buildagent.properties), Teamcity logs,Teamcity-server.log, TeamCity triggers
Advertising: