2014-04-15 20:53:12 -04:00
|
|
|
|
|
|
|
# Examples
|
|
|
|
|
|
|
|
## Introduction:
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
## Contents:
|
|
|
|
|
2014-04-23 16:48:28 -04:00
|
|
|
- [Check your Docker install](hello_world/)
|
|
|
|
- [Hello World](hello_world/#hello-world)
|
|
|
|
- [Hello World Daemon](hello_world/#hello-world-daemon)
|
|
|
|
- [Node.js Web App](nodejs_web_app/)
|
|
|
|
- [Redis Service](running_redis_service/)
|
|
|
|
- [SSH Daemon Service](running_ssh_service/)
|
|
|
|
- [CouchDB Service](couchdb_data_volumes/)
|
|
|
|
- [PostgreSQL Service](postgresql_service/)
|
|
|
|
- [Building an Image with MongoDB](mongodb/)
|
|
|
|
- [Riak Service](running_riak_service/)
|
|
|
|
- [Using Supervisor with Docker](using_supervisord/)
|
|
|
|
- [Process Management with CFEngine](cfengine_process_management/)
|
|
|
|
- [Python Web App](python_web_app/)
|
2014-04-15 20:53:12 -04:00
|
|
|
|