瀏覽代碼

Add index.md to examples docs

Signed-off-by: Ryan Trauntvein <rtrauntvein@novacoast.com>
Ryan Trauntvein 10 年之前
父節點
當前提交
4f62dec548
共有 1 個文件被更改,包括 23 次插入0 次删除
  1. 23 0
      docs/examples/index.md

+ 23 - 0
docs/examples/index.md

@@ -0,0 +1,23 @@
+<!--[metadata]>
++++
+title = "Applied Docker"
+description = "Provides examples for using Docker"
+keywords = ["dockerize, dockerizing apps, dockerizing applications, container,  containers"]
+[menu.main]
+identifier = "smn_applied"
+parent = "mn_use_docker"
+weight = 8	
++++
+<![end-metadata]-->
+
+# 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)