| ... | ... |
@@ -11,7 +11,8 @@ Node.js Web App |
| 11 | 11 |
|
| 12 | 12 |
The goal of this example is to show you how you can build your own docker images |
| 13 | 13 |
from a parent image using a ``Dockerfile`` . We will do that by making a simple |
| 14 |
-Node.js hello world web application running on CentOS. |
|
| 14 |
+Node.js hello world web application running on CentOS. You can get the full |
|
| 15 |
+source code at https://github.com/gasi/docker-node-hello. |
|
| 15 | 16 |
|
| 16 | 17 |
Create Node.js app |
| 17 | 18 |
++++++++++++++++++ |