Add link at the beginning

Upstream-commit: 464765b940c8194c302b89891dc06b8fcc1b37ff
Component: engine
This commit is contained in:
Daniel Gasienica
2013-06-01 22:16:26 -07:00
parent 409c1d534a
commit a432f97e17

View File

@ -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
++++++++++++++++++