2015-07-23 20:24:01 -04:00
|
|
|
<!--[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:
|
|
|
|
|
2015-08-20 16:40:03 -04:00
|
|
|
* [Dockerizing MongoDB](/examples/mongodb/)
|
|
|
|
* [Dockerizing PostgreSQL](/examples/postgresql_service/)
|
|
|
|
* [Dockerizing a CouchDB service](/examples/couchdb_data_volumes/)
|
|
|
|
* [Dockerizing a Node.js web app](/examples/nodejs_web_app/)
|
|
|
|
* [Dockerizing a Redis service](/examples/running_redis_service/)
|
|
|
|
* [Dockerizing an apt-cacher-ng service](/examples/apt-cacher-ng/)
|
2015-07-23 20:24:01 -04:00
|
|
|
* [Dockerizing applications: A 'Hello world'](/userguide/dockerizing)
|