Docker demos walkthrough
Last updated
Last updated
For this section, we'll walk through a series of examples in the following GitHub repository:
Clone the repo:
The demo from the previous section.
A demo that illustrates the difference between ENTRYPOINT and CMD.
For the remainder, we focus on running server applications. For simplicity, these are very basic servers written in JavaScript for Node.js.