Signed-off-by: Ryan Trauntvein <rtrauntvein@novacoast.com>
| 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) |