2013-03-25 22:52:52 -04:00
|
|
|
:title: Docker Examples
|
|
|
|
:description: Examples on how to use Docker
|
2013-10-04 22:25:15 -04:00
|
|
|
:keywords: docker, hello world, node, nodejs, python, couch, couchdb, redis, ssh, sshd, examples, postgresql, link
|
2013-03-25 22:52:52 -04:00
|
|
|
|
|
|
|
|
2013-09-17 22:01:11 -04:00
|
|
|
.. _example_list:
|
2013-03-25 22:52:52 -04:00
|
|
|
|
|
|
|
Examples
|
2013-09-09 16:19:07 -04:00
|
|
|
========
|
2013-03-25 22:52:52 -04:00
|
|
|
|
2013-09-09 16:19:07 -04:00
|
|
|
Here are some examples of how to use Docker to create running
|
|
|
|
processes, starting from a very simple *Hello World* and progressing
|
2013-11-02 21:26:52 -04:00
|
|
|
to more substantial services like those which you might find in production.
|
2013-03-25 22:52:52 -04:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
hello_world
|
|
|
|
python_web_app
|
2013-06-02 00:53:22 -04:00
|
|
|
nodejs_web_app
|
2013-04-09 11:04:14 -04:00
|
|
|
running_redis_service
|
2013-04-04 01:21:57 -04:00
|
|
|
running_ssh_service
|
2013-05-03 18:13:12 -04:00
|
|
|
couchdb_data_volumes
|
2013-08-12 06:03:43 -04:00
|
|
|
postgresql_service
|
2013-08-21 15:09:40 -04:00
|
|
|
mongodb
|
2013-09-03 16:29:07 -04:00
|
|
|
running_riak_service
|
2013-11-25 14:05:01 -05:00
|
|
|
using_supervisord
|
2013-11-22 19:06:15 -05:00
|
|
|
cfengine_process_management
|