My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Dockerizing a Node.js web app | Node.js

Dockerizing a Node.js web app | Node.js

Chetan Kantharia's photo
Chetan Kantharia
·Jul 18, 2017

Dockerizing a Node.js App

The goal of this example is to show you how to get a Node.js application into a Docker container. The guide is intended for development, and not for a production deployment. The guide also assumes you have a working Docker installation and a basic understanding of how a Node.js application is structured.