github.com/rsampaio/docker@v0.7.2-0.20150827203920-fdc73cc3fc31/docs/examples/index.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "Applied Docker"
     4  description = "Provides examples for using Docker"
     5  keywords = ["dockerize, dockerizing apps, dockerizing applications, container,  containers"]
     6  [menu.main]
     7  identifier = "smn_applied"
     8  parent = "mn_use_docker"
     9  weight = 8	
    10  +++
    11  <![end-metadata]-->
    12  
    13  # Examples
    14  
    15  This section contains the following:
    16  
    17  * [Dockerizing MongoDB](/examples/mongodb/)
    18  * [Dockerizing PostgreSQL](/examples/postgresql_service/)    
    19  * [Dockerizing a CouchDB service](/examples/couchdb_data_volumes/)         
    20  * [Dockerizing a Node.js web app](/examples/nodejs_web_app/)
    21  * [Dockerizing a Redis service](/examples/running_redis_service/)
    22  * [Dockerizing an apt-cacher-ng service](/examples/apt-cacher-ng/)
    23  * [Dockerizing applications: A 'Hello world'](/userguide/dockerizing)