mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Sebastiaan van Stijn](/assets/img/avatar_default.png)
Adds more documentation for labels and adds the label instruction to the man-pages. Also included is a document called "Labels - custom meta-data in Docker" in the user-guide, this is still a work-in-progress I started to describe the "namespaces" conventions, an example on storing structured data. I ran a bit "out of steam" (writers block?) on that document, but kept it in (for now), in case it still ends up useful. The Remote API documentation changes will need to be moved to the docker_remote_api_v1.18.md document when rebasing the whole PR. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Signed-off-by: Darren Shepherd <darren@rancher.com>
189 lines
9.8 KiB
YAML
189 lines
9.8 KiB
YAML
site_name: Docker Documentation
|
|
#site_url: http://docs.docker.com/
|
|
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'
|
|
|
|
repo_url: https://github.com/docker/docker/
|
|
|
|
docs_dir: sources
|
|
|
|
include_search: true
|
|
|
|
use_absolute_urls: true
|
|
|
|
# theme: docker
|
|
theme_dir: ./theme/mkdocs/
|
|
theme_center_lead: false
|
|
|
|
copyright: Copyright © 2014-2015, Docker, Inc.
|
|
google_analytics: ['UA-6096819-11', 'docker.io']
|
|
|
|
pages:
|
|
|
|
# Introduction:
|
|
- ['index.md', 'About', 'Docker']
|
|
- ['release-notes.md', 'About', 'Release Notes']
|
|
- ['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']
|
|
- ['installation/oracle.md', 'Installation', 'Oracle Linux']
|
|
- ['installation/centos.md', 'Installation', 'CentOS']
|
|
- ['installation/debian.md', 'Installation', 'Debian']
|
|
- ['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/SUSE.md', 'Installation', 'SUSE']
|
|
- ['installation/cruxlinux.md', 'Installation', 'CRUX Linux']
|
|
- ['installation/windows.md', 'Installation', 'Microsoft Windows']
|
|
- ['installation/binaries.md', 'Installation', 'Binaries']
|
|
- ['compose/install.md', 'Installation', 'Docker Compose']
|
|
|
|
# User Guide:
|
|
- ['userguide/index.md', 'User Guide', 'The Docker User Guide' ]
|
|
- ['userguide/dockerhub.md', 'User Guide', 'Getting Started with Docker Hub' ]
|
|
- ['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' ]
|
|
- ['userguide/labels-custom-metadata.md', 'User Guide', 'Labels - custom meta-data in Docker' ]
|
|
- ['userguide/dockerrepos.md', 'User Guide', 'Working with Docker Hub' ]
|
|
- ['userguide/level1.md', '**HIDDEN**' ]
|
|
- ['userguide/level2.md', '**HIDDEN**' ]
|
|
- ['compose/index.md', 'User Guide', 'Docker Compose' ]
|
|
- ['machine/index.md', 'User Guide', 'Docker Machine' ]
|
|
- ['swarm/index.md', 'User Guide', 'Docker Swarm' ]
|
|
|
|
# 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']
|
|
- ['docker-hub/official_repos.md', 'Docker Hub', 'Official Repo Guidelines']
|
|
|
|
# Docker Hub Enterprise
|
|
#- ['docker-hub-enterprise/index.md', '**HIDDEN**' ]
|
|
#- ['docker-hub-enterprise/install-config.md', 'Docker Hub Enterprise', 'Installation and Configuration' ]
|
|
#- ['docker-hub-enterprise/usage.md', 'Docker Hub Enterprise', 'User Guide' ]
|
|
|
|
# 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']
|
|
- ['compose/django.md', 'Examples', 'Getting started with Compose and Django']
|
|
- ['compose/rails.md', 'Examples', 'Getting started with Compose and Rails']
|
|
- ['compose/wordpress.md', 'Examples', 'Getting started with Compose and Wordpress']
|
|
|
|
# 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']
|
|
- ['articles/registry_mirror.md', 'Articles', 'Run a local registry mirror']
|
|
- ['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']
|
|
- ['articles/certificates.md', 'Articles', 'Using certificates for repository client verification']
|
|
- ['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']
|
|
- ['articles/dsc.md', 'Articles', 'Using PowerShell DSC']
|
|
- ['articles/ambassador_pattern_linking.md', 'Articles', 'Cross-Host linking using ambassador containers']
|
|
- ['articles/runmetrics.md', 'Articles', 'Runtime metrics']
|
|
- ['articles/b2d_volume_resize.md', 'Articles', 'Increasing a Boot2Docker volume']
|
|
- ['articles/systemd.md', 'Articles', 'Controlling and configuring Docker using Systemd']
|
|
|
|
# Reference
|
|
- ['reference/index.md', '**HIDDEN**']
|
|
- ['reference/commandline/index.md', '**HIDDEN**']
|
|
- ['reference/commandline/cli.md', 'Reference', 'Command line']
|
|
- ['reference/builder.md', 'Reference', 'Dockerfile']
|
|
- ['faq.md', 'Reference', 'FAQ']
|
|
- ['reference/run.md', 'Reference', 'Run Reference']
|
|
- ['compose/cli.md', 'Reference', 'Compose command line']
|
|
- ['compose/yml.md', 'Reference', 'Compose yml']
|
|
- ['compose/env.md', 'Reference', 'Compose ENV variables']
|
|
- ['compose/completion.md', 'Reference', 'Compose commandline completion']
|
|
- ['swarm/discovery.md', 'Reference', 'Swarm discovery']
|
|
- ['swarm/scheduler/strategy.md', 'Reference', 'Swarm strategies']
|
|
- ['swarm/scheduler/filter.md', 'Reference', 'Swarm filters']
|
|
- ['swarm/API.md', 'Reference', 'Swarm API']
|
|
- ['reference/api/index.md', '**HIDDEN**']
|
|
- ['reference/api/docker-io_api.md', 'Reference', 'Docker Hub API']
|
|
- ['reference/api/registry_api.md', 'Reference', 'Docker Registry API']
|
|
- ['reference/api/registry_api_client_libraries.md', 'Reference', 'Docker Registry API Client Libraries']
|
|
- ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry Spec']
|
|
#- ['reference/image-spec-v1.md', 'Reference', 'Docker Image Specification v1.0.0']
|
|
- ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API']
|
|
- ['reference/api/docker_remote_api_v1.18.md', 'Reference', 'Docker Remote API v1.18']
|
|
- ['reference/api/docker_remote_api_v1.17.md', 'Reference', 'Docker Remote API v1.17']
|
|
- ['reference/api/docker_remote_api_v1.16.md', 'Reference', 'Docker Remote API v1.16']
|
|
- ['reference/api/docker_remote_api_v1.15.md', '**HIDDEN**']
|
|
- ['reference/api/docker_remote_api_v1.14.md', '**HIDDEN**']
|
|
- ['reference/api/docker_remote_api_v1.13.md', '**HIDDEN**']
|
|
- ['reference/api/docker_remote_api_v1.12.md', '**HIDDEN**']
|
|
- ['reference/api/docker_remote_api_v1.11.md', '**HIDDEN**']
|
|
- ['reference/api/docker_remote_api_v1.10.md', '**HIDDEN**']
|
|
- ['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**']
|
|
- ['reference/api/remote_api_client_libraries.md', 'Reference', 'Docker Remote API Client Libraries']
|
|
- ['reference/api/docker_io_accounts_api.md', 'Reference', 'Docker Hub Accounts API']
|
|
|
|
- ['jsearch.md', '**HIDDEN**']
|
|
|
|
# - ['static_files/README.md', 'static_files', 'README']
|
|
- ['terms/index.md', '**HIDDEN**']
|
|
- ['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**']
|
|
|
|
|
|
# Project:
|
|
- ['project/index.md', '**HIDDEN**']
|
|
- ['project/who-written-for.md', 'Contributor Guide', 'README first']
|
|
- ['project/software-required.md', 'Contributor Guide', 'Get required software']
|
|
- ['project/set-up-git.md', 'Contributor Guide', 'Configure Git for contributing']
|
|
- ['project/set-up-dev-env.md', 'Contributor Guide', 'Work with a development container']
|
|
- ['project/test-and-docs.md', 'Contributor Guide', 'Run tests and test documentation']
|
|
- ['project/make-a-contribution.md', 'Contributor Guide', 'Understand contribution workflow']
|
|
- ['project/find-an-issue.md', 'Contributor Guide', 'Find an issue']
|
|
- ['project/work-issue.md', 'Contributor Guide', 'Work on an issue']
|
|
- ['project/create-pr.md', 'Contributor Guide', 'Create a pull request']
|
|
- ['project/review-pr.md', 'Contributor Guide', 'Participate in the PR review']
|
|
- ['project/advanced-contributing.md', 'Contributor Guide', 'Advanced contributing']
|
|
- ['project/get-help.md', 'Contributor Guide', 'Where to get help']
|
|
- ['project/coding-style.md', 'Contributor Guide', 'Coding style guide']
|
|
- ['project/doc-style.md', 'Contributor Guide', 'Documentation style guide']
|