Skip to main content

12 docs tagged with "Docker"

View All Tags

How to Build a Docker Container

In this article, I'm going to show you how to create a NodeJS Web server and turn it into a Docker container.  These instructions were written for a Mac, but can easily be adapted to other operating systems.

What is a Docker Container?

A Docker container is a lightweight, standalone executable package that contains everything needed to run an application.