mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add link at the beginning
This commit is contained in:
parent
e9ffc1e499
commit
464765b940
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ Node.js Web App
|
|||
|
||||
The goal of this example is to show you how you can build your own docker images
|
||||
from a parent image using a ``Dockerfile`` . We will do that by making a simple
|
||||
Node.js hello world web application running on CentOS.
|
||||
Node.js hello world web application running on CentOS. You can get the full
|
||||
source code at https://github.com/gasi/docker-node-hello.
|
||||
|
||||
Create Node.js app
|
||||
++++++++++++++++++
|
||||
|
|
Loading…
Reference in a new issue