(01)Install TeamCity
Linux
1docker run -d --name teamcity-server -p 8111:8111 jetbrains/teamcity-serverJetBrains CI/CD server with powerful build chains
What is this?
TeamCity is JetBrains' CI server with build chains, tests, and deployment pipelines.
Step 01
1docker run -d --name teamcity-server -p 8111:8111 jetbrains/teamcity-serverStep 02
1# Open http://localhost:8111 — setup wizard2# Install agent on build nodesStep 03
1curl -I http://localhost:8111