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-10-09 19:50:41 -04:00
|
|
|
* [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.md)
|