Track requests in your Dockerized app with Subtrace.
Dockerfile
- CMD ["node", "./app.js"] + RUN curl -fsSL https://subtrace.dev/install.sh | sh + CMD ["subtrace", "run", "--", "node", "./app.js"]
--cap-add=SYS_PTRACE
- docker run -t -p 3000:3000 node-app + docker run -t -p 3000:3000 --cap-add=SYS_PTRACE node-app
Show example output
subt.link