mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
26 lines
848 B
Markdown
26 lines
848 B
Markdown
|
|
||
|
# 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:
|
||
|
|
||
|
- [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/)
|
||
|
|