Skip to content

Files

Latest commit

author
Mano Marks
Aug 9, 2018
d24b692 · Aug 9, 2018

History

History
This branch is 10 commits behind docker/labs:master.

nodejs-debugging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Tutorial: Debugging Node.js Applications in Docker

Debugging an application live in Node.js is relatively easy. Node developers can use Docker to build a development environment where they can run, test, and live debug code running within a container. Debugging a node.js application was demonstrated at DockerCon 2016 showing that development using containers can be performed on many platforms using other programming languages.

Live debugging demo at DockerCon US 2016

This tutorial includes Docker images and an application for Node development using containers.

Before starting the tutorial, please have Docker installed.