moby--moby/docs/examples/index.md

24 lines
786 B
Markdown
Raw Normal View History

<!--[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](/examples/mongodb/)
* [Dockerizing PostgreSQL](/examples/postgresql_service/)
* [Dockerizing a CouchDB service](/examples/couchdb_data_volumes/)
* [Dockerizing a Node.js web app](/examples/nodejs_web_app/)
* [Dockerizing a Redis service](/examples/running_redis_service/)
* [Dockerizing an apt-cacher-ng service](/examples/apt-cacher-ng/)
* [Dockerizing applications: A 'Hello world'](/userguide/dockerizing)