Sign inSign up

katturaja/docker-node-dynatrace-example

By katturaja

Updated almost 8 years ago

Dockerfile automated build image for nodejs with dynatrace agent setup

Image
1

190

katturaja/docker-node-dynatrace-example repository overview

#Usage to build

Navigate to dockerfile directory

  1. Build your docker image - example
docker build -t katturaja/docker-node-dynatrace-example .
  1. Run your docker image - example
docker run -d --name docker-node-dynatrace-example -p 3000:3000/tcp -it katturaja/docker-node-dynatrace-example
  1. Debug your docker image - example
docker exec -it katturaja/docker-node-dynatrace-example /bin/bash
  1. 3rd step following to Navigate to dynatrace log directory
cd $DT_HOME/log/nodejs/

Tag summary

Content type

Image

Digest

Size

117.5 MB

Last updated

almost 8 years ago

docker pull katturaja/docker-node-dynatrace-example