Skip to content

Commit 4f62dec

Browse files
committed
Add index.md to examples docs
Signed-off-by: Ryan Trauntvein <rtrauntvein@novacoast.com>
1 parent 15cb7df commit 4f62dec

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/examples/index.md

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

0 commit comments

Comments
 (0)