mirror of https://github.com/docker/docs.git
17 lines
590 B
Markdown
17 lines
590 B
Markdown
---
|
|
description: Provides examples for using Docker
|
|
keywords: dockerize, dockerizing apps, dockerizing applications, container, containers
|
|
title: Dockerize an application
|
|
redirect_from:
|
|
- /en/latest/examples/
|
|
---
|
|
|
|
This section contains the following:
|
|
|
|
* [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)
|
|
* [Dockerizing applications: A 'Hello world'](../tutorials/dockerizing.md)
|