Sign inSign up

jacobpeddk/teamcity-agent-nodejs

By jacobpeddk

Updated over 4 years ago

Based on the official TeamCity Agent image with Nodejs added on top

Image
0

50K+

jacobpeddk/teamcity-agent-nodejs repository overview

Docker-TeamCity-Agent-Nodejs

Docker Pulls Docker Stars

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

Build

docker build -t tc-agent-nodejs .

Example command for running

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.

Tag summary

Content type

-

Digest

Size

1005 MB

Last updated

over 4 years ago

docker pull jacobpeddk/teamcity-agent-nodejs