From a432f97e17cde74e820507acfe7cd6775259d45a Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Sat, 1 Jun 2013 22:16:26 -0700 Subject: [PATCH] Add link at the beginning Upstream-commit: 464765b940c8194c302b89891dc06b8fcc1b37ff Component: engine --- components/engine/docs/sources/examples/nodejs_web_app.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/docs/sources/examples/nodejs_web_app.rst b/components/engine/docs/sources/examples/nodejs_web_app.rst index 7c1df83776..56dab0c9aa 100644 --- a/components/engine/docs/sources/examples/nodejs_web_app.rst +++ b/components/engine/docs/sources/examples/nodejs_web_app.rst @@ -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 ++++++++++++++++++