Browse code

Add index.md to examples docs

Signed-off-by: Ryan Trauntvein <rtrauntvein@novacoast.com>

Ryan Trauntvein authored on 2015/07/24 09:24:01
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
0
+<!--[metadata]>
1
+title = "Applied Docker"
2
+description = "Provides examples for using Docker"
3
+keywords = ["dockerize, dockerizing apps, dockerizing applications, container,  containers"]
4
+[menu.main]
5
+identifier = "smn_applied"
6
+parent = "mn_use_docker"
7
+weight = 8	
8
+<![end-metadata]-->
9
+
10
+# Examples
11
+
12
+This section contains the following:
13
+
14
+* [Dockerizing MongoDB](mongodb.md)
15
+* [Dockerizing PostgreSQL](postgresql_service.md)    
16
+* [Dockerizing a CouchDB service](couchdb_data_volumes.md)         
17
+* [Dockerizing a Node.js web app](nodejs_web_app.md)
18
+* [Dockerizing a Redis service](running_redis_service.md)
19
+* [Dockerizing an apt-cacher-ng service](apt-cacher-ng.md)
20
+* [Dockerizing applications: A 'Hello world'](/userguide/dockerizing)