2014-04-15 02:01:25 -04:00
|
|
|
site_name: Docker Documentation
|
2014-07-01 20:30:25 -04:00
|
|
|
#site_url: http://docs.docker.com/
|
2014-04-15 02:01:25 -04:00
|
|
|
site_url: /
|
|
|
|
site_description: Documentation for fast and lightweight Docker container based virtualization framework.
|
|
|
|
site_favicon: img/favicon.png
|
|
|
|
|
|
|
|
dev_addr: '0.0.0.0:8000'
|
|
|
|
|
2014-07-24 18:19:50 -04:00
|
|
|
repo_url: https://github.com/docker/docker/
|
2014-04-15 02:01:25 -04:00
|
|
|
|
|
|
|
docs_dir: sources
|
|
|
|
|
|
|
|
include_search: true
|
|
|
|
|
|
|
|
use_absolute_urls: true
|
|
|
|
|
|
|
|
# theme: docker
|
|
|
|
theme_dir: ./theme/mkdocs/
|
|
|
|
theme_center_lead: false
|
|
|
|
include_search: true
|
|
|
|
|
|
|
|
copyright: Copyright © 2014, Docker, Inc.
|
|
|
|
google_analytics: ['UA-6096819-11', 'docker.io']
|
|
|
|
|
|
|
|
pages:
|
|
|
|
|
|
|
|
# Introduction:
|
|
|
|
- ['index.md', 'About', 'Docker']
|
|
|
|
- ['introduction/index.md', '**HIDDEN**']
|
|
|
|
- ['introduction/understanding-docker.md', 'About', 'Understanding Docker']
|
|
|
|
|
|
|
|
# Installation:
|
|
|
|
- ['installation/index.md', '**HIDDEN**']
|
|
|
|
- ['installation/mac.md', 'Installation', 'Mac OS X']
|
|
|
|
- ['installation/ubuntulinux.md', 'Installation', 'Ubuntu']
|
|
|
|
- ['installation/rhel.md', 'Installation', 'Red Hat Enterprise Linux']
|
2014-08-25 20:28:41 -04:00
|
|
|
- ['installation/oracle.md', 'Installation', 'Oracle Linux']
|
2014-05-23 09:53:11 -04:00
|
|
|
- ['installation/centos.md', 'Installation', 'CentOS']
|
2014-05-17 16:28:39 -04:00
|
|
|
- ['installation/debian.md', 'Installation', 'Debian']
|
2014-04-15 02:01:25 -04:00
|
|
|
- ['installation/gentoolinux.md', 'Installation', 'Gentoo']
|
|
|
|
- ['installation/google.md', 'Installation', 'Google Cloud Platform']
|
|
|
|
- ['installation/rackspace.md', 'Installation', 'Rackspace Cloud']
|
|
|
|
- ['installation/amazon.md', 'Installation', 'Amazon EC2']
|
|
|
|
- ['installation/softlayer.md', 'Installation', 'IBM Softlayer']
|
|
|
|
- ['installation/archlinux.md', 'Installation', 'Arch Linux']
|
|
|
|
- ['installation/frugalware.md', 'Installation', 'FrugalWare']
|
|
|
|
- ['installation/fedora.md', 'Installation', 'Fedora']
|
|
|
|
- ['installation/openSUSE.md', 'Installation', 'openSUSE']
|
|
|
|
- ['installation/cruxlinux.md', 'Installation', 'CRUX Linux']
|
|
|
|
- ['installation/windows.md', 'Installation', 'Microsoft Windows']
|
|
|
|
- ['installation/binaries.md', 'Installation', 'Binaries']
|
|
|
|
|
2014-05-21 17:05:19 -04:00
|
|
|
# User Guide:
|
|
|
|
- ['userguide/index.md', 'User Guide', 'The Docker User Guide' ]
|
2014-06-01 16:48:04 -04:00
|
|
|
- ['userguide/dockerhub.md', 'User Guide', 'Getting Started with Docker Hub' ]
|
2014-05-21 17:05:19 -04:00
|
|
|
- ['userguide/dockerizing.md', 'User Guide', 'Dockerizing Applications' ]
|
|
|
|
- ['userguide/usingdocker.md', 'User Guide', 'Working with Containers' ]
|
|
|
|
- ['userguide/dockerimages.md', 'User Guide', 'Working with Docker Images' ]
|
|
|
|
- ['userguide/dockerlinks.md', 'User Guide', 'Linking containers together' ]
|
|
|
|
- ['userguide/dockervolumes.md', 'User Guide', 'Managing data in containers' ]
|
2014-06-01 16:48:04 -04:00
|
|
|
- ['userguide/dockerrepos.md', 'User Guide', 'Working with Docker Hub' ]
|
2014-04-15 02:01:25 -04:00
|
|
|
|
2014-06-01 16:48:04 -04:00
|
|
|
# Docker Hub docs:
|
|
|
|
- ['docker-hub/index.md', 'Docker Hub', 'Docker Hub' ]
|
|
|
|
- ['docker-hub/accounts.md', 'Docker Hub', 'Accounts']
|
|
|
|
- ['docker-hub/repos.md', 'Docker Hub', 'Repositories']
|
|
|
|
- ['docker-hub/builds.md', 'Docker Hub', 'Automated Builds']
|
2014-09-04 21:09:00 -04:00
|
|
|
- ['docker-hub/official_repos.md', 'Docker Hub', 'Official Repo Guidelines']
|
2014-05-21 17:05:19 -04:00
|
|
|
|
|
|
|
# Examples:
|
|
|
|
- ['examples/index.md', '**HIDDEN**']
|
|
|
|
- ['examples/nodejs_web_app.md', 'Examples', 'Dockerizing a Node.js web application']
|
|
|
|
- ['examples/mongodb.md', 'Examples', 'Dockerizing MongoDB']
|
|
|
|
- ['examples/running_redis_service.md', 'Examples', 'Dockerizing a Redis service']
|
|
|
|
- ['examples/postgresql_service.md', 'Examples', 'Dockerizing a PostgreSQL service']
|
|
|
|
- ['examples/running_riak_service.md', 'Examples', 'Dockerizing a Riak service']
|
|
|
|
- ['examples/running_ssh_service.md', 'Examples', 'Dockerizing an SSH service']
|
|
|
|
- ['examples/couchdb_data_volumes.md', 'Examples', 'Dockerizing a CouchDB service']
|
|
|
|
- ['examples/apt-cacher-ng.md', 'Examples', 'Dockerizing an Apt-Cacher-ng service']
|
|
|
|
|
|
|
|
# Articles
|
|
|
|
- ['articles/index.md', '**HIDDEN**']
|
|
|
|
- ['articles/basics.md', 'Articles', 'Docker basics']
|
|
|
|
- ['articles/networking.md', 'Articles', 'Advanced networking']
|
|
|
|
- ['articles/security.md', 'Articles', 'Security']
|
|
|
|
- ['articles/https.md', 'Articles', 'Running Docker with HTTPS']
|
2014-09-23 17:21:00 -04:00
|
|
|
- ['articles/host_integration.md', 'Articles', 'Automatically starting containers']
|
|
|
|
- ['articles/baseimages.md', 'Articles', 'Creating a base image']
|
|
|
|
- ['articles/dockerfile_best-practices.md', 'Articles', 'Best practices for writing Dockerfiles']
|
2013-12-04 09:03:51 -05:00
|
|
|
- ['articles/certificates.md', 'Articles', 'Using certificates for repository client verification']
|
2014-05-21 17:05:19 -04:00
|
|
|
- ['articles/using_supervisord.md', 'Articles', 'Using Supervisor']
|
|
|
|
- ['articles/cfengine_process_management.md', 'Articles', 'Process management with CFEngine']
|
|
|
|
- ['articles/puppet.md', 'Articles', 'Using Puppet']
|
|
|
|
- ['articles/chef.md', 'Articles', 'Using Chef']
|
2014-06-30 15:35:30 -04:00
|
|
|
- ['articles/dsc.md', 'Articles', 'Using PowerShell DSC']
|
2014-09-23 17:21:00 -04:00
|
|
|
- ['articles/ambassador_pattern_linking.md', 'Articles', 'Cross-Host linking using ambassador containers']
|
2014-05-21 17:05:19 -04:00
|
|
|
- ['articles/runmetrics.md', 'Articles', 'Runtime metrics']
|
2014-09-23 17:21:00 -04:00
|
|
|
- ['articles/b2d_volume_resize.md', 'Articles', 'Increasing a Boot2Docker volume']
|
2014-04-17 16:13:59 -04:00
|
|
|
|
2014-04-15 02:01:25 -04:00
|
|
|
# Reference
|
|
|
|
- ['reference/index.md', '**HIDDEN**']
|
2014-05-01 02:03:45 -04:00
|
|
|
- ['reference/commandline/index.md', '**HIDDEN**']
|
2014-04-15 02:01:25 -04:00
|
|
|
- ['reference/commandline/cli.md', 'Reference', 'Command line']
|
|
|
|
- ['reference/builder.md', 'Reference', 'Dockerfile']
|
2014-05-19 10:07:57 -04:00
|
|
|
- ['faq.md', 'Reference', 'FAQ']
|
2014-04-15 02:01:25 -04:00
|
|
|
- ['reference/run.md', 'Reference', 'Run Reference']
|
2014-05-01 02:03:45 -04:00
|
|
|
- ['reference/api/index.md', '**HIDDEN**']
|
2014-06-01 16:48:04 -04:00
|
|
|
- ['reference/api/docker-io_api.md', 'Reference', 'Docker Hub API']
|
2014-04-15 02:01:25 -04:00
|
|
|
- ['reference/api/registry_api.md', 'Reference', 'Docker Registry API']
|
2014-06-08 19:34:47 -04:00
|
|
|
- ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry Spec']
|
2014-04-15 02:01:25 -04:00
|
|
|
- ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API']
|
2014-08-26 05:08:50 -04:00
|
|
|
- ['reference/api/docker_remote_api_v1.15.md', 'Reference', 'Docker Remote API v1.15']
|
2014-07-08 14:37:08 -04:00
|
|
|
- ['reference/api/docker_remote_api_v1.14.md', 'Reference', 'Docker Remote API v1.14']
|
2014-06-30 00:19:16 -04:00
|
|
|
- ['reference/api/docker_remote_api_v1.13.md', 'Reference', 'Docker Remote API v1.13']
|
2014-06-08 20:59:22 -04:00
|
|
|
- ['reference/api/docker_remote_api_v1.12.md', 'Reference', 'Docker Remote API v1.12']
|
2014-05-01 20:46:41 -04:00
|
|
|
- ['reference/api/docker_remote_api_v1.11.md', 'Reference', 'Docker Remote API v1.11']
|
2014-06-08 20:59:22 -04:00
|
|
|
- ['reference/api/docker_remote_api_v1.10.md', '**HIDDEN**']
|
2014-05-01 20:46:41 -04:00
|
|
|
- ['reference/api/docker_remote_api_v1.9.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.8.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.7.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.6.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.5.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.4.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.3.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.2.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.1.md', '**HIDDEN**']
|
|
|
|
- ['reference/api/docker_remote_api_v1.0.md', '**HIDDEN**']
|
2014-04-15 02:01:25 -04:00
|
|
|
- ['reference/api/remote_api_client_libraries.md', 'Reference', 'Docker Remote API Client Libraries']
|
2014-06-08 20:59:22 -04:00
|
|
|
- ['reference/api/docker_io_accounts_api.md', 'Reference', 'Docker Hub Accounts API']
|
2014-04-15 02:01:25 -04:00
|
|
|
|
|
|
|
- ['jsearch.md', '**HIDDEN**']
|
|
|
|
|
|
|
|
# - ['static_files/README.md', 'static_files', 'README']
|
2014-04-24 08:12:21 -04:00
|
|
|
- ['terms/index.md', '**HIDDEN**']
|
2014-05-01 01:31:58 -04:00
|
|
|
- ['terms/layer.md', '**HIDDEN**']
|
|
|
|
- ['terms/index.md', '**HIDDEN**']
|
|
|
|
- ['terms/registry.md', '**HIDDEN**']
|
|
|
|
- ['terms/container.md', '**HIDDEN**']
|
|
|
|
- ['terms/repository.md', '**HIDDEN**']
|
|
|
|
- ['terms/filesystem.md', '**HIDDEN**']
|
|
|
|
- ['terms/image.md', '**HIDDEN**']
|
2014-05-01 02:03:45 -04:00
|
|
|
|
|
|
|
# Contribute:
|
|
|
|
- ['contributing/index.md', '**HIDDEN**']
|
|
|
|
- ['contributing/contributing.md', 'Contribute', 'Contributing']
|
|
|
|
- ['contributing/devenvironment.md', 'Contribute', 'Development environment']
|