From 4f62dec548f47634e75ef9a0238de2bddc5bee33 Mon Sep 17 00:00:00 2001 From: Ryan Trauntvein Date: Thu, 23 Jul 2015 17:24:01 -0700 Subject: [PATCH] Add index.md to examples docs Signed-off-by: Ryan Trauntvein --- docs/examples/index.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/examples/index.md diff --git a/docs/examples/index.md b/docs/examples/index.md new file mode 100644 index 0000000000..be52e3d077 --- /dev/null +++ b/docs/examples/index.md @@ -0,0 +1,23 @@ + + +# Examples + +This section contains the following: + +* [Dockerizing MongoDB](mongodb.md) +* [Dockerizing PostgreSQL](postgresql_service.md) +* [Dockerizing a CouchDB service](couchdb_data_volumes.md) +* [Dockerizing a Node.js web app](nodejs_web_app.md) +* [Dockerizing a Redis service](running_redis_service.md) +* [Dockerizing an apt-cacher-ng service](apt-cacher-ng.md) +* [Dockerizing applications: A 'Hello world'](/userguide/dockerizing)