Docker demos walkthrough

For this section, we'll walk through a series of examples in the following GitHub repository:

https://github.com/subfuzion/docker-demo

Clone the repo:

git clone https://github.com/subfuzion/docker-demo.git

Demo guide - basics

basics/hello

The demo from the previous section.

basics/time

A demo that illustrates the difference between ENTRYPOINT and CMD.

Demo guide - Servers

For the remainder, we focus on running server applications. For simplicity, these are very basic servers written in JavaScript for Node.js.

Last updated