April 2020
Beginner
192 pages
3h 15m
English
Node.js applications rarely exist in isolation. You could require a database, caching, message queues, reverse proxies, search, email routing, process monitoring, other language runtimes and more! Managing these dependencies on your development PC becomes significantly easier with Docker.
This guide provides an introduction to Docker. It concentrates on Node.js, but the concepts apply to any development languages or frameworks.
Imagine you’ve created an amazing application with Node.js and a MongoDB database. It’s so successful, you’ve had to employ another developer to add new features. They clone the repository, run npm install && npm start and ...