mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8fee1c2020
GitHub flavored markdown is now supported for links and images. Also, ran LinkChecker and FileResolver. Yay! Fixes from Spider check Output for docker/docker now goes into engine directory Signed-off-by: Mary Anthony <mary@docker.com>
23 lines
743 B
Markdown
23 lines
743 B
Markdown
<!--[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:
|
|
|
|
* [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)
|