Based on the official TeamCity Agent image with Nodejs added on top
50K+
Based on the official TeamCity Agent image with Nodejs added on top.
This image will automatically be updated when the official base image gets updated.
Based on: https://hub.docker.com/r/jetbrains/teamcity-agent/
Part of my Unraid repository: https://github.com/jacobped/unraid-docker-templates
docker build -t tc-agent-nodejs .
This will start it up with docker build support and remove the container when you exit.
Remember to replace Server address that will point it to your TeamCity server.
docker run -it -e SERVER_URL="<Server address>" --privileged -e DOCKER_IN_DOCKER=start -e DOCKER_OPTS="--insecure-registry 10.0.0.10:5000 --insecure-registry http://10.0.0.10:5000" -e AGENT_NAME="DockerNodejs-Agent" --name tc-agent-nodejs --rm tc-agent-nodejs
Note:
The two --insecure-registry Is only needed if communicating with a insecure registry.
Content type
-
Digest
Size
1005 MB
Last updated
over 4 years ago
docker pull jacobpeddk/teamcity-agent-nodejs