mirror of https://github.com/docker/docs.git
23 lines
679 B
Markdown
23 lines
679 B
Markdown
---
|
|
description: Provides examples for using Docker
|
|
keywords:
|
|
- dockerize, dockerizing apps, dockerizing applications, container, containers
|
|
menu:
|
|
main:
|
|
identifier: engine_dockerize
|
|
parent: engine_use
|
|
weight: 8
|
|
title: Dockerize an application
|
|
---
|
|
|
|
# Dockerize an application
|
|
|
|
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)
|