mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
c932667cd2
- Remove redundant chars and all errors caused by RST->MD conversion. e.g. [/#, /\, \<, />, etc.] - Fix broken inter-document links - Fix outbound links no-longer active or changed - Fix lists - Fix code blocks - Correct apostrophes - Replace redundant inline note marks for code with code marks - Fix broken image links - Remove non-functional title links - Correct broken cross-docs links - Improve readability Note: This PR does not try to fix/amend: - Grammatical errors - Lexical errors - Linguistic-logic errors etc. It just aims to fix main structural or conversion errors to serve as a base for further amendments that will cover others including but not limited to those mentioned above. Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer) Update: - Fix backtick issues Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
25 lines
861 B
Markdown
25 lines
861 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/)
|
|
|