Dockerfile automated build image for nodejs with dynatrace agent setup
190
#Usage to build
Navigate to dockerfile directory
docker build -t katturaja/docker-node-dynatrace-example .
docker run -d --name docker-node-dynatrace-example -p 3000:3000/tcp -it katturaja/docker-node-dynatrace-example
docker exec -it katturaja/docker-node-dynatrace-example /bin/bash
cd $DT_HOME/log/nodejs/
Content type
Image
Digest
Size
117.5 MB
Last updated
almost 8 years ago
docker pull katturaja/docker-node-dynatrace-example