2015-07-23 17:24:01 -07:00
|
|
|
<!--[metadata]>
|
|
|
|
+++
|
2016-01-23 20:36:40 -08:00
|
|
|
title = "Dockerize an application"
|
2015-07-23 17:24:01 -07:00
|
|
|
description = "Provides examples for using Docker"
|
|
|
|
keywords = ["dockerize, dockerizing apps, dockerizing applications, container, containers"]
|
|
|
|
[menu.main]
|
2016-01-23 20:36:40 -08:00
|
|
|
identifier = "engine_dockerize"
|
|
|
|
parent="engine_use"
|
|
|
|
weight = 8
|
2015-07-23 17:24:01 -07:00
|
|
|
+++
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
2016-01-23 20:36:40 -08:00
|
|
|
# Dockerize an application
|
2015-07-23 17:24:01 -07:00
|
|
|
|
|
|
|
This section contains the following:
|
|
|
|
|
2015-10-09 16:50:41 -07:00
|
|
|
* [Dockerizing MongoDB](mongodb.md)
|
|
|
|
* [Dockerizing PostgreSQL](postgresql_service.md)
|
|
|
|
* [Dockerizing a CouchDB service](couchdb_data_volumes.md)
|
|
|
|
* [Dockerizing a Redis service](running_redis_service.md)
|
|
|
|
* [Dockerizing an apt-cacher-ng service](apt-cacher-ng.md)
|
2016-01-23 20:36:40 -08:00
|
|
|
* [Dockerizing applications: A 'Hello world'](../userguide/containers/dockerizing.md)
|