mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ac999a9cb2
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)
25 lines
848 B
Markdown
25 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/)
|
|
|