summaryrefslogtreecommitdiff
path: root/docs/sources/examples/index.rst
blob: cf9ed9340ab8f68b6e6b45e32b036c285378ee50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
:title: Docker Examples
:description: Examples on how to use Docker
:keywords: docker, hello world, node, nodejs, python, couch, couchdb, redis, ssh, sshd, examples, postgresql, link


.. _example_list:

Examples
========

Here are some examples of how to use Docker to create running
processes, starting from a very simple *Hello World* and progressing
to more substantial services like those which you might find in production.

.. toctree::
   :maxdepth: 1

   hello_world
   nodejs_web_app
   running_redis_service
   running_ssh_service
   couchdb_data_volumes
   postgresql_service
   mongodb
   running_riak_service
   using_supervisord
   cfengine_process_management
   python_web_app