2.4 Node and Docker
In addition to the installation options presented in this chapter, you can also run Node.js in a Docker container. You can use this during development if you don’t want to install Node.js on your system, as well as for production use in a scalable environment.
In the Node.js technical steering committee (TSC), there is a work group that takes care of the official Docker images and builds, manages, and continuously improves them. The work group is also responsible for making sure that images of the latest versions of Node.js are always available.
In the Docker images, which you can find at https://hub.docker.com/_/node, the npm and Yarn package managers are installed in addition to Node.js. For more information about working ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access