From c656382f8df4efa0fb1b02ea004fb08a4e05384e Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Fri, 26 Aug 2016 02:28:50 -0700 Subject: [PATCH] Working TOC --- _data/toc.yaml | 1460 ++++++++++++++++++++++++------------------------ 1 file changed, 730 insertions(+), 730 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 2d2d55f0a5..76c76f07db 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1,46 +1,46 @@ toc: +- title: Docker Overview + path: /engine/understanding-docker/ - sectiontitle: Docker Engine section: - - path: /engine/understanding-docker/ - title: Docker Overview - - sectiontitle: Install + - sectiontitle: Install + section: + - path: /engine/installation/mac/ + title: Installation on Mac OS X + - path: /engine/installation/windows/ + title: Installation on Windows + - sectiontitle: On Linux distributions section: - - path: /engine/installation/mac/ - title: Installation on Mac OS X - - path: /engine/installation/windows/ - title: Installation on Windows - - sectiontitle: On Linux distributions - section: - - path: /engine/installation/linux/ubuntulinux/ - title: Installation on Ubuntu - - path: /engine/installation/linux/rhel/ - title: Installation on Red Hat Enterprise Linux - - path: /engine/installation/linux/centos/ - title: Installation on CentOS - - path: /engine/installation/linux/fedora/ - title: Installation on Fedora - - path: /engine/installation/linux/debian/ - title: Installation on Debian - - path: /engine/installation/linux/archlinux/ - title: Installation on Arch Linux - - path: /engine/installation/linux/cruxlinux/ - title: Installation on CRUX Linux - - path: /engine/installation/linux/frugalware/ - title: Installation on FrugalWare - - path: /engine/installation/linux/gentoolinux/ - title: Installation on Gentoo - - path: /engine/installation/linux/oracle/ - title: Installation on Oracle Linux - - path: /engine/installation/linux/SUSE/ - title: Installation on openSUSE and SUSE Linux Enterprise - - sectiontitle: On cloud providers - section: - - path: /engine/installation/cloud/overview/ - title: Choose how to install - - path: /engine/installation/cloud/cloud-ex-aws/ - title: Example: Manual install on cloud provider - - path: /engine/installation/cloud/cloud-ex-machine-ocean/ - title: Example: Use Docker Machine to provision cloud hosts + - path: /engine/installation/linux/ubuntulinux/ + title: Installation on Ubuntu + - path: /engine/installation/linux/rhel/ + title: Installation on Red Hat Enterprise Linux + - path: /engine/installation/linux/centos/ + title: Installation on CentOS + - path: /engine/installation/linux/fedora/ + title: Installation on Fedora + - path: /engine/installation/linux/debian/ + title: Installation on Debian + - path: /engine/installation/linux/archlinux/ + title: Installation on Arch Linux + - path: /engine/installation/linux/cruxlinux/ + title: Installation on CRUX Linux + - path: /engine/installation/linux/frugalware/ + title: Installation on FrugalWare + - path: /engine/installation/linux/gentoolinux/ + title: Installation on Gentoo + - path: /engine/installation/linux/oracle/ + title: Installation on Oracle Linux + - path: /engine/installation/linux/SUSE/ + title: Installation on openSUSE and SUSE Linux Enterprise + - sectiontitle: On cloud providers + section: + - path: /engine/installation/cloud/overview/ + title: Choose how to install + - path: /engine/installation/cloud/cloud-ex-aws/ + title: "Example: Manual install on cloud provider" + - path: /engine/installation/cloud/cloud-ex-machine-ocean/ + title: "Example: Use Docker Machine to provision cloud hosts" - path: /engine/installation/binaries/ title: Installation from binaries - sectiontitle: Get Started with Docker @@ -79,58 +79,58 @@ toc: section: - path: /engine/userguide/intro/ title: Introduction - - sectiontitle: Work with images + - sectiontitle: Work with images + section: + - path: /engine/userguide/eng-image/dockerfile_best-practices/ + title: Best practices for writing Dockerfiles + - path: /engine/userguide/eng-image/baseimages/ + title: Create a base image + - path: /engine/userguide/eng-image/image_management/ + title: Image management + - sectiontitle: Docker storage drivers + section: + - path: /engine/userguide/storagedriver/imagesandcontainers/ + title: Understand images, containers, and storage drivers + - path: /engine/userguide/storagedriver/selectadriver/ + title: Select a storage driver + - path: /engine/userguide/storagedriver/aufs-driver/ + title: AUFS storage driver in practice + - path: /engine/userguide/storagedriver/btrfs-driver/ + title: Btrfs storage in practice + - path: /engine/userguide/storagedriver/device-mapper-driver/ + title: Device mapper storage in practice + - path: /engine/userguide/storagedriver/overlayfs-driver/ + title: OverlayFS storage in practice + - path: /engine/userguide/storagedriver/zfs-driver/ + title: ZFS storage in practice + - sectiontitle: Network configuration + section: + - path: /engine/userguide/networking/ + title: Docker container networking + - path: /engine/userguide/networking/work-with-networks/ + title: Work with network commands + - path: /engine/userguide/networking/get-started-overlay/ + title: Get started with multi-host networking + - path: /engine/userguide/networking/overlay-security-model/ + title: Swarm mode overlay network security model + - path: /engine/userguide/networking/configure-dns/ + title: Configure container DNS in user-defined networks + - sectiontitle: Default bridge network section: - - path: /engine/userguide/eng-image/dockerfile_best-practices/ - title: Best practices for writing Dockerfiles - - path: /engine/userguide/eng-image/baseimages/ - title: Create a base image - - path: /engine/userguide/eng-image/image_management/ - title: Image management - - sectiontitle: Docker storage drivers - section: - - path: /engine/userguide/storagedriver/imagesandcontainers/ - title: Understand images, containers, and storage drivers - - path: /engine/userguide/storagedriver/selectadriver/ - title: Select a storage driver - - path: /engine/userguide/storagedriver/aufs-driver/ - title: AUFS storage driver in practice - - path: /engine/userguide/storagedriver/btrfs-driver/ - title: Btrfs storage in practice - - path: /engine/userguide/storagedriver/device-mapper-driver/ - title: Device mapper storage in practice - - path: /engine/userguide/storagedriver/overlayfs-driver/ - title: OverlayFS storage in practice - - path: /engine/userguide/storagedriver/zfs-driver/ - title: ZFS storage in practice - - sectiontitle: Network configuration - section: - - path: /engine/userguide/networking/ - title: Docker container networking - - path: /engine/userguide/networking/work-with-networks/ - title: Work with network commands - - path: /engine/userguide/networking/get-started-overlay/ - title: Get started with multi-host networking - - path: /engine/userguide/networking/overlay-security-model/ - title: Swarm mode overlay network security model - - path: /engine/userguide/networking/configure-dns/ - title: Configure container DNS in user-defined networks - - sectiontitle: Default bridge network - section: - - path: /engine/userguide/networking/default_network/dockerlinks/ - title: Legacy container links - - path: /engine/userguide/networking/default_network/binding/ - title: Bind container ports to the host - - path: /engine/userguide/networking/default_network/build-bridges/ - title: Build your own bridge - - path: /engine/userguide/networking/default_network/configure-dns/ - title: Configure container DNS - - path: /engine/userguide/networking/default_network/custom-docker0/ - title: Customize the docker0 bridge - - path: /engine/userguide/networking/default_network/container-communication/ - title: Understand container communication - - path: /engine/userguide/networking/default_network/ipv6/ - title: IPv6 with Docker + - path: /engine/userguide/networking/default_network/dockerlinks/ + title: Legacy container links + - path: /engine/userguide/networking/default_network/binding/ + title: Bind container ports to the host + - path: /engine/userguide/networking/default_network/build-bridges/ + title: Build your own bridge + - path: /engine/userguide/networking/default_network/configure-dns/ + title: Configure container DNS + - path: /engine/userguide/networking/default_network/custom-docker0/ + title: Customize the docker0 bridge + - path: /engine/userguide/networking/default_network/container-communication/ + title: Understand container communication + - path: /engine/userguide/networking/default_network/ipv6/ + title: IPv6 with Docker - path: /engine/userguide/labels-custom-metadata/ title: Apply custom metadata - sectiontitle: Admin Guide @@ -147,24 +147,24 @@ toc: title: Format command and log output - path: /engine/admin/registry_mirror/ title: Run a local registry mirror - - sectiontitle: Logging - section: - - path: /engine/admin/logging/overview/ - title: Configuring Logging Drivers - - path: /engine/admin/logging/log_tags/ - title: Log tags for logging driver - - path: /engine/admin/logging/awslogs/ - title: Amazon CloudWatch Logs logging driver - - path: /engine/admin/logging/etwlogs/ - title: ETW logging driver - - path: /engine/admin/logging/fluentd/ - title: Fluentd logging driver - - path: /engine/admin/logging/gcplogs/ - title: Google Cloud Logging driver - - path: /engine/admin/logging/journald/ - title: Journald logging driver - - path: /engine/admin/logging/splunk/ - title: Splunk logging driver + - sectiontitle: Logging + section: + - path: /engine/admin/logging/overview/ + title: Configuring Logging Drivers + - path: /engine/admin/logging/log_tags/ + title: Log tags for logging driver + - path: /engine/admin/logging/awslogs/ + title: Amazon CloudWatch Logs logging driver + - path: /engine/admin/logging/etwlogs/ + title: ETW logging driver + - path: /engine/admin/logging/fluentd/ + title: Fluentd logging driver + - path: /engine/admin/logging/gcplogs/ + title: Google Cloud Logging driver + - path: /engine/admin/logging/journald/ + title: Journald logging driver + - path: /engine/admin/logging/splunk/ + title: Splunk logging driver - path: /engine/admin/dsc/ title: PowerShell DSC Usage - path: /engine/admin/chef/ @@ -183,32 +183,32 @@ toc: title: Swarm mode overview - path: /engine/swarm/key-concepts/ title: Swarm mode key concepts - - sectiontitle: Get started with swarm mode - section: - - path: /engine/swarm/swarm-tutorial/ - title: Set up for the tutorial - - path: /engine/swarm/swarm-tutorial/create-swarm/ - title: Create a swarm - - path: /engine/swarm/swarm-tutorial/add-nodes/ - title: Add nodes to the swarm - - path: /engine/swarm/swarm-tutorial/deploy-service/ - title: Deploy a service - - path: /engine/swarm/swarm-tutorial/inspect-service/ - title: Inspect the service - - path: /engine/swarm/swarm-tutorial/scale-service/ - title: Scale the service - - path: /engine/swarm/swarm-tutorial/delete-service/ - title: Delete the service - - path: /engine/swarm/swarm-tutorial/rolling-update/ - title: Apply rolling updates - - path: /engine/swarm/swarm-tutorial/drain-node/ - title: Drain a node - - sectiontitle: How swarm mode works - section: - - path: /engine/swarm/how-swarm-mode-works/nodes/ - title: How nodes work - - path: /engine/swarm/how-swarm-mode-works/services/ - title: How services work + - sectiontitle: Get started with swarm mode + section: + - path: /engine/swarm/swarm-tutorial/ + title: Set up for the tutorial + - path: /engine/swarm/swarm-tutorial/create-swarm/ + title: Create a swarm + - path: /engine/swarm/swarm-tutorial/add-nodes/ + title: Add nodes to the swarm + - path: /engine/swarm/swarm-tutorial/deploy-service/ + title: Deploy a service + - path: /engine/swarm/swarm-tutorial/inspect-service/ + title: Inspect the service + - path: /engine/swarm/swarm-tutorial/scale-service/ + title: Scale the service + - path: /engine/swarm/swarm-tutorial/delete-service/ + title: Delete the service + - path: /engine/swarm/swarm-tutorial/rolling-update/ + title: Apply rolling updates + - path: /engine/swarm/swarm-tutorial/drain-node/ + title: Drain a node + - sectiontitle: How swarm mode works + section: + - path: /engine/swarm/how-swarm-mode-works/nodes/ + title: How nodes work + - path: /engine/swarm/how-swarm-mode-works/services/ + title: How services work - path: /engine/swarm/swarm-mode/ title: Run Docker Engine in swarm mode - path: /engine/swarm/join-nodes/ @@ -233,20 +233,20 @@ toc: title: Protect the Docker daemon socket - path: /engine/security/certificates/ title: Using certificates for repository client verification - - sectiontitle: Use trusted images - section: - - path: /engine/security/trust/content_trust/ - title: Content trust in Docker - - path: /engine/security/trust/trust_automation/ - title: Automation with content trust - - path: /engine/security/trust/trust_delegation/ - title: Delegations for content trust - - path: /engine/security/trust/deploying_notary/ - title: Deploying Notary - - path: /engine/security/trust/trust_key_mng/ - title: Manage keys for content trust - - path: /engine/security/trust/trust_sandbox/ - title: Play in a content trust sandbox + - sectiontitle: Use trusted images + section: + - path: /engine/security/trust/content_trust/ + title: Content trust in Docker + - path: /engine/security/trust/trust_automation/ + title: Automation with content trust + - path: /engine/security/trust/trust_delegation/ + title: Delegations for content trust + - path: /engine/security/trust/deploying_notary/ + title: Deploying Notary + - path: /engine/security/trust/trust_key_mng/ + title: Manage keys for content trust + - path: /engine/security/trust/trust_sandbox/ + title: Play in a content trust sandbox - path: /engine/security/apparmor/ title: AppArmor security profiles for Docker - path: /engine/security/seccomp/ @@ -287,198 +287,198 @@ toc: title: Dockerfile reference - path: /engine/reference/run/ title: Docker run reference - - sectiontitle: Command line reference - section: - - path: /engine/reference/commandline/ - title: Docker commands - - path: /engine/reference/commandline/cli/ - title: Use the Docker command line - - path: /engine/reference/commandline/dockerd/ - title: dockerd - - path: /engine/reference/commandline/attach/ - title: attach - - path: /engine/reference/commandline/build/ - title: build - - path: /engine/reference/commandline/commit/ - title: commit - - path: /engine/reference/commandline/cp/ - title: cp - - path: /engine/reference/commandline/create/ - title: create - - path: /engine/reference/commandline/deploy/ - title: deploy - - path: /engine/reference/commandline/diff/ - title: diff - - path: /engine/reference/commandline/events/ - title: events - - path: /engine/reference/commandline/exec/ - title: exec - - path: /engine/reference/commandline/export/ - title: export - - path: /engine/reference/commandline/history/ - title: history - - path: /engine/reference/commandline/images/ - title: images - - path: /engine/reference/commandline/import/ - title: import - - path: /engine/reference/commandline/info/ - title: info - - path: /engine/reference/commandline/inspect/ - title: inspect - - path: /engine/reference/commandline/kill/ - title: kill - - path: /engine/reference/commandline/load/ - title: load - - path: /engine/reference/commandline/login/ - title: login - - path: /engine/reference/commandline/logout/ - title: logout - - path: /engine/reference/commandline/logs/ - title: logs - - path: /engine/reference/commandline/network_connect/ - title: network connect - - path: /engine/reference/commandline/network_create/ - title: network create - - path: /engine/reference/commandline/network_disconnect/ - title: network disconnect - - path: /engine/reference/commandline/network_inspect/ - title: network inspect - - path: /engine/reference/commandline/network_ls/ - title: network ls - - path: /engine/reference/commandline/network_rm/ - title: network rm - - path: /engine/reference/commandline/node_demote/ - title: node demote - - path: /engine/reference/commandline/node_inspect/ - title: node inspect - - path: /engine/reference/commandline/node_ls/ - title: node ls - - path: /engine/reference/commandline/node_promote/ - title: node promote - - path: /engine/reference/commandline/node_ps/ - title: node ps - - path: /engine/reference/commandline/node_rm/ - title: node rm - - path: /engine/reference/commandline/node_update/ - title: node update - - path: /engine/reference/commandline/pause/ - title: pause - - path: /engine/reference/commandline/plugin_disable/ - title: plugin disable - - path: /engine/reference/commandline/plugin_enable/ - title: plugin enable - - path: /engine/reference/commandline/plugin_inspect/ - title: plugin inspect - - path: /engine/reference/commandline/plugin_install/ - title: plugin install - - path: /engine/reference/commandline/plugin_ls/ - title: plugin ls - - path: /engine/reference/commandline/plugin_rm/ - title: plugin rm - - path: /engine/reference/commandline/port/ - title: port - - path: /engine/reference/commandline/ps/ - title: ps - - path: /engine/reference/commandline/pull/ - title: pull - - path: /engine/reference/commandline/push/ - title: push - - path: /engine/reference/commandline/rename/ - title: rename - - path: /engine/reference/commandline/restart/ - title: restart - - path: /engine/reference/commandline/rm/ - title: rm - - path: /engine/reference/commandline/rmi/ - title: rmi - - path: /engine/reference/commandline/run/ - title: run - - path: /engine/reference/commandline/save/ - title: save - - path: /engine/reference/commandline/search/ - title: search - - path: /engine/reference/commandline/service_create/ - title: service create - - path: /engine/reference/commandline/service_inspect/ - title: service inspect - - path: /engine/reference/commandline/service_ls/ - title: service ls - - path: /engine/reference/commandline/service_ps/ - title: service ps - - path: /engine/reference/commandline/service_rm/ - title: service rm - - path: /engine/reference/commandline/service_scale/ - title: service scale - - path: /engine/reference/commandline/service_update/ - title: service update - - path: /engine/reference/commandline/stack_config/ - title: stack config - - path: /engine/reference/commandline/stack_deploy/ - title: stack deploy - - path: /engine/reference/commandline/stack_rm/ - title: stack rm - - path: /engine/reference/commandline/stack_services/ - title: stack services - - path: /engine/reference/commandline/stack_tasks/ - title: stack tasks - - path: /engine/reference/commandline/start/ - title: start - - path: /engine/reference/commandline/stats/ - title: stats - - path: /engine/reference/commandline/stop/ - title: stop - - path: /engine/reference/commandline/swarm_init/ - title: swarm init - - path: /engine/reference/commandline/swarm_join/ - title: swarm join - - path: /engine/reference/commandline/swarm_join_token/ - title: swarm join-token - - path: /engine/reference/commandline/swarm_leave/ - title: swarm leave - - path: /engine/reference/commandline/swarm_update/ - title: swarm update - - path: /engine/reference/commandline/tag/ - title: tag - - path: /engine/reference/commandline/top/ - title: top - - path: /engine/reference/commandline/unpause/ - title: unpause - - path: /engine/reference/commandline/update/ - title: update - - path: /engine/reference/commandline/version/ - title: version - - path: /engine/reference/commandline/volume_create/ - title: volume create - - path: /engine/reference/commandline/volume_inspect/ - title: volume inspect - - path: /engine/reference/commandline/volume_ls/ - title: volume ls - - path: /engine/reference/commandline/volume_rm/ - title: volume rm - - path: /engine/reference/commandline/wait/ - title: wait - - sectiontitle: API Reference - section: - - path: /engine/reference/api/docker_remote_api/ - title: Remote API - - path: /engine/reference/api/docker_remote_api_v1.24/ - title: Remote API v1.24 - - path: /engine/reference/api/docker_remote_api_v1.23/ - title: Remote API v1.23 - - path: /engine/reference/api/docker_remote_api_v1.22/ - title: Remote API v1.22 - - path: /engine/reference/api/docker_remote_api_v1.21/ - title: Remote API v1.21 - - path: /engine/reference/api/docker_remote_api_v1.20/ - title: Remote API v1.20 - - path: /engine/reference/api/docker_remote_api_v1.19/ - title: Remote API v1.19 - - path: /engine/reference/api/docker_remote_api_v1.18/ - title: Remote API v1.18 - - path: /engine/reference/api/remote_api_client_libraries/ - title: Remote API client libraries - - path: /engine/reference/api/docker_io_accounts_api/ - title: docker.io accounts API + - sectiontitle: Command line reference + section: + - path: /engine/reference/commandline/ + title: Docker commands + - path: /engine/reference/commandline/cli/ + title: Use the Docker command line + - path: /engine/reference/commandline/dockerd/ + title: dockerd + - path: /engine/reference/commandline/attach/ + title: attach + - path: /engine/reference/commandline/build/ + title: build + - path: /engine/reference/commandline/commit/ + title: commit + - path: /engine/reference/commandline/cp/ + title: cp + - path: /engine/reference/commandline/create/ + title: create + - path: /engine/reference/commandline/deploy/ + title: deploy + - path: /engine/reference/commandline/diff/ + title: diff + - path: /engine/reference/commandline/events/ + title: events + - path: /engine/reference/commandline/exec/ + title: exec + - path: /engine/reference/commandline/export/ + title: export + - path: /engine/reference/commandline/history/ + title: history + - path: /engine/reference/commandline/images/ + title: images + - path: /engine/reference/commandline/import/ + title: import + - path: /engine/reference/commandline/info/ + title: info + - path: /engine/reference/commandline/inspect/ + title: inspect + - path: /engine/reference/commandline/kill/ + title: kill + - path: /engine/reference/commandline/load/ + title: load + - path: /engine/reference/commandline/login/ + title: login + - path: /engine/reference/commandline/logout/ + title: logout + - path: /engine/reference/commandline/logs/ + title: logs + - path: /engine/reference/commandline/network_connect/ + title: network connect + - path: /engine/reference/commandline/network_create/ + title: network create + - path: /engine/reference/commandline/network_disconnect/ + title: network disconnect + - path: /engine/reference/commandline/network_inspect/ + title: network inspect + - path: /engine/reference/commandline/network_ls/ + title: network ls + - path: /engine/reference/commandline/network_rm/ + title: network rm + - path: /engine/reference/commandline/node_demote/ + title: node demote + - path: /engine/reference/commandline/node_inspect/ + title: node inspect + - path: /engine/reference/commandline/node_ls/ + title: node ls + - path: /engine/reference/commandline/node_promote/ + title: node promote + - path: /engine/reference/commandline/node_ps/ + title: node ps + - path: /engine/reference/commandline/node_rm/ + title: node rm + - path: /engine/reference/commandline/node_update/ + title: node update + - path: /engine/reference/commandline/pause/ + title: pause + - path: /engine/reference/commandline/plugin_disable/ + title: plugin disable + - path: /engine/reference/commandline/plugin_enable/ + title: plugin enable + - path: /engine/reference/commandline/plugin_inspect/ + title: plugin inspect + - path: /engine/reference/commandline/plugin_install/ + title: plugin install + - path: /engine/reference/commandline/plugin_ls/ + title: plugin ls + - path: /engine/reference/commandline/plugin_rm/ + title: plugin rm + - path: /engine/reference/commandline/port/ + title: port + - path: /engine/reference/commandline/ps/ + title: ps + - path: /engine/reference/commandline/pull/ + title: pull + - path: /engine/reference/commandline/push/ + title: push + - path: /engine/reference/commandline/rename/ + title: rename + - path: /engine/reference/commandline/restart/ + title: restart + - path: /engine/reference/commandline/rm/ + title: rm + - path: /engine/reference/commandline/rmi/ + title: rmi + - path: /engine/reference/commandline/run/ + title: run + - path: /engine/reference/commandline/save/ + title: save + - path: /engine/reference/commandline/search/ + title: search + - path: /engine/reference/commandline/service_create/ + title: service create + - path: /engine/reference/commandline/service_inspect/ + title: service inspect + - path: /engine/reference/commandline/service_ls/ + title: service ls + - path: /engine/reference/commandline/service_ps/ + title: service ps + - path: /engine/reference/commandline/service_rm/ + title: service rm + - path: /engine/reference/commandline/service_scale/ + title: service scale + - path: /engine/reference/commandline/service_update/ + title: service update + - path: /engine/reference/commandline/stack_config/ + title: stack config + - path: /engine/reference/commandline/stack_deploy/ + title: stack deploy + - path: /engine/reference/commandline/stack_rm/ + title: stack rm + - path: /engine/reference/commandline/stack_services/ + title: stack services + - path: /engine/reference/commandline/stack_tasks/ + title: stack tasks + - path: /engine/reference/commandline/start/ + title: start + - path: /engine/reference/commandline/stats/ + title: stats + - path: /engine/reference/commandline/stop/ + title: stop + - path: /engine/reference/commandline/swarm_init/ + title: swarm init + - path: /engine/reference/commandline/swarm_join/ + title: swarm join + - path: /engine/reference/commandline/swarm_join_token/ + title: swarm join-token + - path: /engine/reference/commandline/swarm_leave/ + title: swarm leave + - path: /engine/reference/commandline/swarm_update/ + title: swarm update + - path: /engine/reference/commandline/tag/ + title: tag + - path: /engine/reference/commandline/top/ + title: top + - path: /engine/reference/commandline/unpause/ + title: unpause + - path: /engine/reference/commandline/update/ + title: update + - path: /engine/reference/commandline/version/ + title: version + - path: /engine/reference/commandline/volume_create/ + title: volume create + - path: /engine/reference/commandline/volume_inspect/ + title: volume inspect + - path: /engine/reference/commandline/volume_ls/ + title: volume ls + - path: /engine/reference/commandline/volume_rm/ + title: volume rm + - path: /engine/reference/commandline/wait/ + title: wait + - sectiontitle: API Reference + section: + - path: /engine/reference/api/docker_remote_api/ + title: Remote API + - path: /engine/reference/api/docker_remote_api_v1.24/ + title: Remote API v1.24 + - path: /engine/reference/api/docker_remote_api_v1.23/ + title: Remote API v1.23 + - path: /engine/reference/api/docker_remote_api_v1.22/ + title: Remote API v1.22 + - path: /engine/reference/api/docker_remote_api_v1.21/ + title: Remote API v1.21 + - path: /engine/reference/api/docker_remote_api_v1.20/ + title: Remote API v1.20 + - path: /engine/reference/api/docker_remote_api_v1.19/ + title: Remote API v1.19 + - path: /engine/reference/api/docker_remote_api_v1.18/ + title: Remote API v1.18 + - path: /engine/reference/api/remote_api_client_libraries/ + title: Remote API client libraries + - path: /engine/reference/api/docker_io_accounts_api/ + title: docker.io accounts API - path: /engine/migration/ title: Migrate to Engine 1.10 - path: /engine/breaking_changes/ @@ -536,11 +536,11 @@ toc: - path: /compose/swarm/ title: Using Compose with Swarm - path: /compose/django/ - title: Quickstart: Compose and Django + title: "Quickstart: Compose and Django" - path: /compose/rails/ - title: Quickstart: Compose and Rails + title: "Quickstart: Compose and Rails" - path: /compose/wordpress/ - title: Quickstart: Compose and WordPress + title: "Quickstart: Compose and WordPress" - path: /compose/env-file/ title: Environment file - path: /compose/environment-variables/ @@ -553,58 +553,58 @@ toc: title: Using Compose in Production - path: /compose/compose-file/ title: Compose File Reference - - sectiontitle: Command-line Reference - section: - - path: /compose/reference/overview/ - title: Overview of docker-compose CLI - - path: /compose/reference/envvars/ - title: CLI Environment Variables - - path: /compose/reference/build/ - title: build - - path: /compose/reference/bundle/ - title: bundle - - path: /compose/reference/config/ - title: config - - path: /compose/reference/create/ - title: create - - path: /compose/reference/down/ - title: down - - path: /compose/reference/events/ - title: events - - path: /compose/reference/exec/ - title: exec - - path: /compose/reference/help/ - title: help - - path: /compose/reference/kill/ - title: kill - - path: /compose/reference/logs/ - title: logs - - path: /compose/reference/pause/ - title: pause - - path: /compose/reference/port/ - title: port - - path: /compose/reference/ps/ - title: ps - - path: /compose/reference/pull/ - title: pull - - path: /compose/reference/push/ - title: push - - path: /compose/reference/restart/ - title: restart - - path: /compose/reference/rm/ - title: rm - - path: /compose/reference/run/ - title: run - - path: /compose/reference/scale/ - title: scale - - path: /compose/reference/start/ - title: start - - path: /compose/reference/stop/ - title: stop - - path: /compose/reference/unpause/ - title: unpause - - path: /compose/reference/up/ - title: up + - sectiontitle: Command-line Reference + section: + - path: /compose/reference/overview/ + title: Overview of docker-compose CLI + - path: /compose/reference/envvars/ + title: CLI Environment Variables + - path: /compose/reference/build/ + title: build + - path: /compose/reference/bundle/ + title: bundle + - path: /compose/reference/config/ + title: config + - path: /compose/reference/create/ + title: create + - path: /compose/reference/down/ + title: down + - path: /compose/reference/events/ + title: events + - path: /compose/reference/exec/ + title: exec + - path: /compose/reference/help/ + title: help + - path: /compose/reference/kill/ + title: kill + - path: /compose/reference/logs/ + title: logs + - path: /compose/reference/pause/ + title: pause + - path: /compose/reference/port/ + title: port + - path: /compose/reference/ps/ + title: ps + - path: /compose/reference/pull/ + title: pull + - path: /compose/reference/push/ + title: push + - path: /compose/reference/restart/ + title: restart + - path: /compose/reference/rm/ + title: rm + - path: /compose/reference/run/ + title: run + - path: /compose/reference/scale/ + title: scale + - path: /compose/reference/start/ + title: start + - path: /compose/reference/stop/ + title: stop + - path: /compose/reference/unpause/ + title: unpause + - path: /compose/reference/up/ + title: up - path: /compose/completion/ title: Command-line Completion - path: /compose/link-env-deprecated/ @@ -619,12 +619,12 @@ toc: title: Install CS Docker Engine - path: /cs-engine/upgrade/ title: Upgrade - - sectiontitle: Release notes - section: - - path: /cs-engine/release-notes/release-notes/ - title: CS Engine release notes - - path: /cs-engine/release-notes/prior-release-notes/ - title: Prior CS Engine release notes + - sectiontitle: Release notes + section: + - path: /cs-engine/release-notes/release-notes/ + title: CS Engine release notes + - path: /cs-engine/release-notes/prior-release-notes/ + title: Prior CS Engine release notes - sectiontitle: Universal Control Plane section: - path: /ucp/overview/ @@ -633,106 +633,106 @@ toc: title: Evaluate UCP in a sandbox - path: /ucp/architecture/ title: Architecture - - sectiontitle: Installation + - sectiontitle: Installation + section: + - path: /ucp/installation/system-requirements/ + title: System requirements + - path: /ucp/installation/plan-production-install/ + title: Plan a production installation + - path: /ucp/installation/install-production/ + title: Install UCP for production + - path: /ucp/installation/install-offline/ + title: Install offline + - path: /ucp/installation/license/ + title: License UCP + - path: /ucp/installation/upgrade/ + title: Upgrade UCP + - path: /ucp/installation/uninstall/ + title: Uninstall UCP + - sectiontitle: UCP tool reference section: - - path: /ucp/installation/system-requirements/ - title: System requirements - - path: /ucp/installation/plan-production-install/ - title: Plan a production installation - - path: /ucp/installation/install-production/ - title: Install UCP for production - - path: /ucp/installation/install-offline/ - title: Install offline - - path: /ucp/installation/license/ - title: License UCP - - path: /ucp/installation/upgrade/ - title: Upgrade UCP - - path: /ucp/installation/uninstall/ - title: Uninstall UCP - - sectiontitle: UCP tool reference - section: - - path: /ucp/reference/backup/ - title: backup - - path: /ucp/reference/dump-certs/ - title: dump-certs - - path: /ucp/reference/engine-discovery/ - title: engine-discovery - - path: /ucp/reference/fingerprint/ - title: fingerprint - - path: /ucp/reference/help/ - title: help - - path: /ucp/reference/id/ - title: id - - path: /ucp/reference/images/ - title: images - - path: /ucp/reference/install/ - title: install - - path: /ucp/reference/join/ - title: join - - path: /ucp/reference/regen-certs/ - title: regen-certs.md - - path: /ucp/reference/restart/ - title: restart - - path: /ucp/reference/restore/ - title: restore - - path: /ucp/reference/stop/ - title: stop - - path: /ucp/reference/support/ - title: support - - path: /ucp/reference/uninstall/ - title: uninstall - - path: /ucp/reference/upgrade/ - title: upgrade - - sectiontitle: Access UCP - section: - - path: /ucp/access-ucp/web-based-access/ - title: Web-based access - - path: /ucp/access-ucp/cli-based-access/ - title: CLI-based access - - sectiontitle: Configuration - section: - - path: /ucp/configuration/use-externally-signed-certs/ - title: Use externally-signed certificates - - path: /ucp/configuration/configure-logs/ - title: Configure UCP logging - - path: /ucp/configuration/dtr-integration/ - title: Integrate with Docker Trusted Registry - - path: /ucp/configuration/ldap-integration/ - title: Integrate with LDAP - - path: /ucp/configuration/multi-host-networking/ - title: Set up container networking - - sectiontitle: Monitor and troubleshoot - section: - - path: /ucp/monitor/monitor-ucp/ - title: Monitor your cluster - - path: /ucp/monitor/troubleshoot-ucp/ - title: Troubleshoot your cluster - - path: /ucp/monitor/troubleshoot-configurations/ - title: Troubleshoot cluster configurations - - sectiontitle: High-availability - section: - - path: /ucp/high-availability/set-up-high-availability/ - title: Set up high availability - - path: /ucp/high-availability/replicate-cas/ - title: Replicate CAs for high availability - - path: /ucp/high-availability/backups-and-disaster-recovery/ - title: Backups and disaster recovery - - sectiontitle: User management - section: - - path: /ucp/user-management/authentication-and-authorization/ - title: Authentication and authorization - - path: /ucp/user-management/create-and-manage-users/ - title: Create and manage users - - path: /ucp/user-management/create-and-manage-teams/ - title: Create and manage teams - - path: /ucp/user-management/permission-levels/ - title: Permission levels - - sectiontitle: Applications - section: - - path: /ucp/applications/deploy-app-ui/ - title: Deploy an app from the UI - - path: /ucp/applications/deploy-app-cli/ - title: Deploy an app from the CLI + - path: /ucp/reference/backup/ + title: backup + - path: /ucp/reference/dump-certs/ + title: dump-certs + - path: /ucp/reference/engine-discovery/ + title: engine-discovery + - path: /ucp/reference/fingerprint/ + title: fingerprint + - path: /ucp/reference/help/ + title: help + - path: /ucp/reference/id/ + title: id + - path: /ucp/reference/images/ + title: images + - path: /ucp/reference/install/ + title: install + - path: /ucp/reference/join/ + title: join + - path: /ucp/reference/regen-certs/ + title: regen-certs.md + - path: /ucp/reference/restart/ + title: restart + - path: /ucp/reference/restore/ + title: restore + - path: /ucp/reference/stop/ + title: stop + - path: /ucp/reference/support/ + title: support + - path: /ucp/reference/uninstall/ + title: uninstall + - path: /ucp/reference/upgrade/ + title: upgrade + - sectiontitle: Access UCP + section: + - path: /ucp/access-ucp/web-based-access/ + title: Web-based access + - path: /ucp/access-ucp/cli-based-access/ + title: CLI-based access + - sectiontitle: Configuration + section: + - path: /ucp/configuration/use-externally-signed-certs/ + title: Use externally-signed certificates + - path: /ucp/configuration/configure-logs/ + title: Configure UCP logging + - path: /ucp/configuration/dtr-integration/ + title: Integrate with Docker Trusted Registry + - path: /ucp/configuration/ldap-integration/ + title: Integrate with LDAP + - path: /ucp/configuration/multi-host-networking/ + title: Set up container networking + - sectiontitle: Monitor and troubleshoot + section: + - path: /ucp/monitor/monitor-ucp/ + title: Monitor your cluster + - path: /ucp/monitor/troubleshoot-ucp/ + title: Troubleshoot your cluster + - path: /ucp/monitor/troubleshoot-configurations/ + title: Troubleshoot cluster configurations + - sectiontitle: High-availability + section: + - path: /ucp/high-availability/set-up-high-availability/ + title: Set up high availability + - path: /ucp/high-availability/replicate-cas/ + title: Replicate CAs for high availability + - path: /ucp/high-availability/backups-and-disaster-recovery/ + title: Backups and disaster recovery + - sectiontitle: User management + section: + - path: /ucp/user-management/authentication-and-authorization/ + title: Authentication and authorization + - path: /ucp/user-management/create-and-manage-users/ + title: Create and manage users + - path: /ucp/user-management/create-and-manage-teams/ + title: Create and manage teams + - path: /ucp/user-management/permission-levels/ + title: Permission levels + - sectiontitle: Applications + section: + - path: /ucp/applications/deploy-app-ui/ + title: Deploy an app from the UI + - path: /ucp/applications/deploy-app-cli/ + title: Deploy an app from the CLI - path: /ucp/support/ title: Get support - path: /ucp/release_notes/ @@ -743,44 +743,44 @@ toc: title: Docker Trusted Registry overview - path: /docker-trusted-registry/architecture/ title: Architecture - - sectiontitle: Installation + - sectiontitle: Installation + section: + - path: /docker-trusted-registry/install/system-requirements/ + title: System requirements + - path: /docker-trusted-registry/install/ + title: Install Docker Trusted Registry + - path: /docker-trusted-registry/install/install-dtr-offline/ + title: Install offline + - path: /docker-trusted-registry/install/license/ + title: License DTR + - sectiontitle: Upgrade section: - - path: /docker-trusted-registry/install/system-requirements/ - title: System requirements - - path: /docker-trusted-registry/install/ - title: Install Docker Trusted Registry - - path: /docker-trusted-registry/install/install-dtr-offline/ - title: Install offline - - path: /docker-trusted-registry/install/license/ - title: License DTR - - sectiontitle: Upgrade - section: - - path: /docker-trusted-registry/install/upgrade/upgrade-major/ - title: Upgrade from 1.4.3 - - path: /docker-trusted-registry/install/upgrade/ - title: Upgrade from 2.0.0 - - path: /docker-trusted-registry/install/uninstall/ - title: Uninstall - - sectiontitle: docker/dtr image reference - section: - - path: /docker-trusted-registry/reference/ - title: Overview - - path: /docker-trusted-registry/reference/backup/ - title: backup - - path: /docker-trusted-registry/reference/dumpcerts/ - title: dumpcerts - - path: /docker-trusted-registry/reference/install/ - title: install - - path: /docker-trusted-registry/reference/join/ - title: join - - path: /docker-trusted-registry/reference/migrate/ - title: migrate - - path: /docker-trusted-registry/reference/reconfigure/ - title: reconfigure - - path: /docker-trusted-registry/reference/remove/ - title: remove - - path: /docker-trusted-registry/reference/restore/ - title: restore + - path: /docker-trusted-registry/install/upgrade/upgrade-major/ + title: Upgrade from 1.4.3 + - path: /docker-trusted-registry/install/upgrade/ + title: Upgrade from 2.0.0 + - path: /docker-trusted-registry/install/uninstall/ + title: Uninstall + - sectiontitle: docker/dtr image reference + section: + - path: /docker-trusted-registry/reference/ + title: Overview + - path: /docker-trusted-registry/reference/backup/ + title: backup + - path: /docker-trusted-registry/reference/dumpcerts/ + title: dumpcerts + - path: /docker-trusted-registry/reference/install/ + title: install + - path: /docker-trusted-registry/reference/join/ + title: join + - path: /docker-trusted-registry/reference/migrate/ + title: migrate + - path: /docker-trusted-registry/reference/reconfigure/ + title: reconfigure + - path: /docker-trusted-registry/reference/remove/ + title: remove + - path: /docker-trusted-registry/reference/restore/ + title: restore - sectiontitle: Configuration section: - path: /docker-trusted-registry/configure/configuration/ @@ -855,42 +855,42 @@ toc: title: Docker ID and Settings - path: /docker-cloud/orgs/ title: Organizations and Teams - - sectiontitle: Getting Started + - sectiontitle: Getting Started + section: + - path: /docker-cloud/getting-started/intro_cloud/ + title: Introducing Docker Cloud + - path: /docker-cloud/getting-started/connect-infra/ + title: Link to your Infrastructure + - path: /docker-cloud/getting-started/your_first_node/ + title: Deploy your first node + - path: /docker-cloud/getting-started/your_first_service/ + title: Deploy your first service + - sectiontitle: Deploy an application section: - - path: /docker-cloud/getting-started/intro_cloud/ - title: Introducing Docker Cloud - - path: /docker-cloud/getting-started/connect-infra/ - title: Link to your Infrastructure - - path: /docker-cloud/getting-started/your_first_node/ - title: Deploy your first node - - path: /docker-cloud/getting-started/your_first_service/ - title: Deploy your first service - - sectiontitle: Deploy an application - section: - - path: /docker-cloud/getting-started/deploy-app/1_introduction/ - title: Introduction to Deploying an app in Docker Cloud - - path: /docker-cloud/getting-started/deploy-app/2_set_up/ - title: Set up your environment - - path: /docker-cloud/getting-started/deploy-app/3_prepare_the_app/ - title: Prepare the application - - path: /docker-cloud/getting-started/deploy-app/4_push_to_cloud_registry/ - title: Push the image to Docker Cloud's Registry - - path: /docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service/ - title: Deploy the app as a Docker Cloud service - - path: /docker-cloud/getting-started/deploy-app/6_define_environment_variables/ - title: Define environment variables - - path: /docker-cloud/getting-started/deploy-app/7_scale_the_service/ - title: Scale the service - - path: /docker-cloud/getting-started/deploy-app/8_view_logs/ - title: View service logs - - path: /docker-cloud/getting-started/deploy-app/9_load-balance_the_service/ - title: Load-balance the service - - path: /docker-cloud/getting-started/deploy-app/10_provision_a_data_backend_for_your_service/ - title: Provision a data backend for the service - - path: /docker-cloud/getting-started/deploy-app/11_service_stacks/ - title: Stackfiles for your service - - path: /docker-cloud/getting-started/deploy-app/12_data_management_with_volumes/ - title: Data management with Volumes + - path: /docker-cloud/getting-started/deploy-app/1_introduction/ + title: Introduction to Deploying an app in Docker Cloud + - path: /docker-cloud/getting-started/deploy-app/2_set_up/ + title: Set up your environment + - path: /docker-cloud/getting-started/deploy-app/3_prepare_the_app/ + title: Prepare the application + - path: /docker-cloud/getting-started/deploy-app/4_push_to_cloud_registry/ + title: Push the image to Docker Cloud's Registry + - path: /docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service/ + title: Deploy the app as a Docker Cloud service + - path: /docker-cloud/getting-started/deploy-app/6_define_environment_variables/ + title: Define environment variables + - path: /docker-cloud/getting-started/deploy-app/7_scale_the_service/ + title: Scale the service + - path: /docker-cloud/getting-started/deploy-app/8_view_logs/ + title: View service logs + - path: /docker-cloud/getting-started/deploy-app/9_load-balance_the_service/ + title: Load-balance the service + - path: /docker-cloud/getting-started/deploy-app/10_provision_a_data_backend_for_your_service/ + title: Provision a data backend for the service + - path: /docker-cloud/getting-started/deploy-app/11_service_stacks/ + title: Stackfiles for your service + - path: /docker-cloud/getting-started/deploy-app/12_data_management_with_volumes/ + title: Data management with Volumes - sectiontitle: Manage Applications section: - path: /docker-cloud/apps/deploy-to-cloud-btn/ @@ -1007,58 +1007,58 @@ toc: title: Get started with a local VM - path: /machine/get-started-cloud/ title: Provision hosts in the cloud - - sectiontitle: Learn by example - section: - - path: /machine/examples/ocean/ - title: Provision Digital Ocean Droplets - - path: /machine/examples/aws/ - title: Provision AWS EC2 Instances + - sectiontitle: Learn by example + section: + - path: /machine/examples/ocean/ + title: Provision Digital Ocean Droplets + - path: /machine/examples/aws/ + title: Provision AWS EC2 Instances - path: /machine/concepts/ title: Machine concepts and help - path: /machine/migrate-to-machine/ title: Migrate from Boot2Docker to Machine - - sectiontitle: Command line reference - section: - - path: /machine/reference/active/ - title: active - - path: /machine/reference/config/ - title: config - - path: /machine/reference/create/ - title: create - - path: /machine/reference/env/ - title: env - - path: /machine/reference/help/ - title: help - - path: /machine/reference/inspect/ - title: inspect - - path: /machine/reference/ip/ - title: ip - - path: /machine/reference/kill/ - title: kill - - path: /machine/reference/ls/ - title: ls - - path: /machine/reference/provision/ - title: provision - - path: /machine/reference/regenerate-certs/ - title: regenerate-certs - - path: /machine/reference/restart/ - title: restart - - path: /machine/reference/rm/ - title: rm - - path: /machine/reference/scp/ - title: scp - - path: /machine/reference/ssh/ - title: ssh - - path: /machine/reference/start/ - title: start - - path: /machine/reference/status/ - title: status - - path: /machine/reference/stop/ - title: stop - - path: /machine/reference/upgrade/ - title: upgrade - - path: /machine/reference/url/ - title: url + - sectiontitle: Command line reference + section: + - path: /machine/reference/active/ + title: active + - path: /machine/reference/config/ + title: config + - path: /machine/reference/create/ + title: create + - path: /machine/reference/env/ + title: env + - path: /machine/reference/help/ + title: help + - path: /machine/reference/inspect/ + title: inspect + - path: /machine/reference/ip/ + title: ip + - path: /machine/reference/kill/ + title: kill + - path: /machine/reference/ls/ + title: ls + - path: /machine/reference/provision/ + title: provision + - path: /machine/reference/regenerate-certs/ + title: regenerate-certs + - path: /machine/reference/restart/ + title: restart + - path: /machine/reference/rm/ + title: rm + - path: /machine/reference/scp/ + title: scp + - path: /machine/reference/ssh/ + title: ssh + - path: /machine/reference/start/ + title: start + - path: /machine/reference/status/ + title: status + - path: /machine/reference/stop/ + title: stop + - path: /machine/reference/upgrade/ + title: upgrade + - path: /machine/reference/url/ + title: url - sectiontitle: Drivers section: - path: /machine/drivers/os-base/ @@ -1107,20 +1107,20 @@ toc: title: Install Toolbox on Mac - path: /toolbox/toolbox_install_windows/ title: Install Toolbox on Windows - - sectiontitle: Kitematic - section: - - path: /kitematic/userguide/ - title: Kitematic User Guide: Intro & Overview - - path: /kitematic/nginx-web-server/ - title: Set up an Nginx web server - - path: /kitematic/minecraft-server/ - title: Set up a Minecraft Server - - path: /kitematic/rethinkdb-dev-database/ - title: Creating a Local RethinkDB Database for Development - - path: /kitematic/faq/ - title: Frequently Asked Questions - - path: /kitematic/known-issues/ - title: Known Issues + - sectiontitle: Kitematic + section: + - path: /kitematic/userguide/ + title: "Kitematic User Guide: Intro & Overview" + - path: /kitematic/nginx-web-server/ + title: Set up an Nginx web server + - path: /kitematic/minecraft-server/ + title: Set up a Minecraft Server + - path: /kitematic/rethinkdb-dev-database/ + title: Creating a Local RethinkDB Database for Development + - path: /kitematic/faq/ + title: Frequently Asked Questions + - path: /kitematic/known-issues/ + title: Known Issues - path: /toolbox/faqs/troubleshoot/ title: Troubleshooting - sectiontitle: Component Projects @@ -1137,16 +1137,16 @@ toc: title: Plan for Swarm in production - path: /swarm/install-manual/ title: Build a Swarm cluster for production - - sectiontitle: Try Swarm at scale - section: - - path: /swarm/swarm_at_scale/about/ - title: Learn the application architecture - - path: /swarm/swarm_at_scale/deploy-infra/ - title: Deploy application infrastructure - - path: /swarm/swarm_at_scale/deploy-app/ - title: Deploy the application - - path: /swarm/swarm_at_scale/troubleshoot/ - title: Troubleshoot the application + - sectiontitle: Try Swarm at scale + section: + - path: /swarm/swarm_at_scale/about/ + title: Learn the application architecture + - path: /swarm/swarm_at_scale/deploy-infra/ + title: Deploy application infrastructure + - path: /swarm/swarm_at_scale/deploy-app/ + title: Deploy the application + - path: /swarm/swarm_at_scale/troubleshoot/ + title: Troubleshoot the application - path: /swarm/multi-manager-setup/ title: High availability in Swarm - path: /swarm/networking/ @@ -1155,32 +1155,32 @@ toc: title: Discovery - path: /swarm/provision-with-machine/ title: Provision with Machine - - sectiontitle: Scheduling - section: - - path: /swarm/scheduler/filter/ - title: Filters - - path: /swarm/scheduler/rescheduling/ - title: Rescheduling - - path: /swarm/scheduler/strategy/ - title: Strategies + - sectiontitle: Scheduling + section: + - path: /swarm/scheduler/filter/ + title: Filters + - path: /swarm/scheduler/rescheduling/ + title: Rescheduling + - path: /swarm/scheduler/strategy/ + title: Strategies - path: /swarm/secure-swarm-tls/ title: Overview Docker Swarm with TLS - path: /swarm/configure-tls/ title: Configure Docker Swarm for TLS - - sectiontitle: Command line reference - section: - - path: /swarm/reference/create/ - title: create - - path: /swarm/reference/help/ - title: help - - path: /swarm/reference/join/ - title: join - - path: /swarm/reference/list/ - title: list - - path: /swarm/reference/manage/ - title: manage - - path: /swarm/reference/swarm/ - title: swarm + - sectiontitle: Command line reference + section: + - path: /swarm/reference/create/ + title: create + - path: /swarm/reference/help/ + title: help + - path: /swarm/reference/join/ + title: join + - path: /swarm/reference/list/ + title: list + - path: /swarm/reference/manage/ + title: manage + - path: /swarm/reference/swarm/ + title: swarm - path: /swarm/status-code-comparison-to-docker/ title: API response codes - path: /swarm/swarm-api/ @@ -1197,46 +1197,46 @@ toc: title: Configuring a registry - path: /registry/notifications/ title: Working with notifications - - sectiontitle: Recipes - section: - - path: /registry/recipes/ - title: Recipes Overview - - path: /registry/recipes/apache/ - title: Authenticating proxy with apache - - path: /registry/recipes/nginx/ - title: Authenticating proxy with nginx - - path: /registry/recipes/mirror/ - title: Mirroring Docker Hub - - path: /registry/recipes/osx-setup-guide/ - title: Running on OS X - - sectiontitle: Reference - section: - - path: /registry/spec/ - title: Reference Overview - - path: /registry/spec/api/ - title: HTTP API V2 - - path: /registry/spec/manifest-v2-1/ - title: Image Manifest V 2, Schema 1 - - path: /registry/spec/manifest-v2-2/ - title: Image Manifest V 2, Schema 2 - - path: /registry/garbage-collection/ - title: Garbage Collection - - path: /registry/insecure/ - title: Testing an insecure registry - - path: /registry/deprecated/ - title: Deprecated Features - - path: /registry/compatibility/ - title: Compatibility - - path: /registry/spec/auth/ - title: Docker Registry Token Authentication - - path: /registry/spec/auth/jwt/ - title: Token Authentication Implementation - - path: /registry/spec/auth/oauth/ - title: Oauth2 Token Authentication - - path: /registry/spec/auth/scope/ - title: Token Scope Documentation - - path: /registry/spec/auth/token/ - title: Token Authentication Specification + - sectiontitle: Recipes + section: + - path: /registry/recipes/ + title: Recipes Overview + - path: /registry/recipes/apache/ + title: Authenticating proxy with apache + - path: /registry/recipes/nginx/ + title: Authenticating proxy with nginx + - path: /registry/recipes/mirror/ + title: Mirroring Docker Hub + - path: /registry/recipes/osx-setup-guide/ + title: Running on OS X + - sectiontitle: Reference + section: + - path: /registry/spec/ + title: Reference Overview + - path: /registry/spec/api/ + title: HTTP API V2 + - path: /registry/spec/manifest-v2-1/ + title: Image Manifest V 2, Schema 1 + - path: /registry/spec/manifest-v2-2/ + title: Image Manifest V 2, Schema 2 + - path: /registry/garbage-collection/ + title: Garbage Collection + - path: /registry/insecure/ + title: Testing an insecure registry + - path: /registry/deprecated/ + title: Deprecated Features + - path: /registry/compatibility/ + title: Compatibility + - path: /registry/spec/auth/ + title: Docker Registry Token Authentication + - path: /registry/spec/auth/jwt/ + title: Token Authentication Implementation + - path: /registry/spec/auth/oauth/ + title: Oauth2 Token Authentication + - path: /registry/spec/auth/scope/ + title: Token Scope Documentation + - path: /registry/spec/auth/token/ + title: Token Authentication Specification - sectiontitle: Storage Drivers section: - path: /registry/storage-drivers/ @@ -1267,36 +1267,36 @@ toc: title: Understand the service architecture - path: /notary/running_a_service/ title: Running a Notary service - - sectiontitle: Notary Configuration - section: - - path: /notary/reference/server-config/ - title: Server Configuration - - path: /notary/reference/signer-config/ - title: Signer Configuration - - path: /notary/reference/client-config/ - title: Client Configuration - - path: /notary/reference/common-configs/ - title: Common Server and Signer Configurations + - sectiontitle: Notary Configuration + section: + - path: /notary/reference/server-config/ + title: Server Configuration + - path: /notary/reference/signer-config/ + title: Signer Configuration + - path: /notary/reference/client-config/ + title: Client Configuration + - path: /notary/reference/common-configs/ + title: Common Server and Signer Configurations - path: /notary/changelog/ title: Notary Changelog - sectiontitle: Open Source at Docker section: - path: /opensource/code/ title: Quickstart contribution - - sectiontitle: Set up for Engine Development - section: - - path: /opensource/project/who-written-for/ - title: README first - - path: /opensource/project/software-required/ - title: Get the required software - - path: /opensource/project/software-req-win/ - title: Set up for development on Windows - - path: /opensource/project/set-up-git/ - title: Configure Git for contributing - - path: /opensource/project/set-up-dev-env/ - title: Work with a development container - - path: /opensource/project/test-and-docs/ - title: Run tests and test documentation + - sectiontitle: Set up for Engine Development + section: + - path: /opensource/project/who-written-for/ + title: README first + - path: /opensource/project/software-required/ + title: Get the required software + - path: /opensource/project/software-req-win/ + title: Set up for development on Windows + - path: /opensource/project/set-up-git/ + title: Configure Git for contributing + - path: /opensource/project/set-up-dev-env/ + title: Work with a development container + - path: /opensource/project/test-and-docs/ + title: Run tests and test documentation - sectiontitle: Contribution workflow section: - path: /opensource/workflow/make-a-contribution/