Docker Lab - Node.js Run a Node.js application in a Docker container. Prerequisites Node.js npm Run the app Install the dependencies. npm ci Start the application. npm start Open a web browser and go to localhost:3005.