Skip to content

devopsftw/teamcity-agent-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teamcity build agent based on sjoerdmulder/teamcity-agent-docker

  • removed node.js and ruby stuff
  • added docker-compose

Launch:

docker run -d --name=teamcity-agent-1 --privileged -e TEAMCITY_SERVER=http://teamcity:8111 e96tech/teamcity-agent-docker:latest

original readme below:

Teamcity build agent

This is a teamcity build agent docker image, it uses docker in docker from https://github.com/jpetazzo/dind to allow you to start docker images inside of it :) When starting the image as container you must set the TEAMCITY_SERVER environment variable to point to the teamcity server e.g.

docker run -e TEAMCITY_SERVER=http://localhost:8111

Optionally you can specify your ownaddress using the TEAMCITY_OWN_ADDRESS variable.

Linking example

docker run -d --name=teamcity-agent-1 --link teamcity:teamcity --privileged -e TEAMCITY_SERVER=http://teamcity:8111 sjoerdmulder/teamcity-agent:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%