Fix toc.yaml (#3202)

* Update toc.yaml

* Update toc.yaml

* Update toc.yaml

* Update toc.yaml
This commit is contained in:
John Mulhausen 2017-05-09 01:58:47 +00:00 committed by GitHub
parent 105333e079
commit 76d95a4fc4
1 changed files with 122 additions and 142 deletions

View File

@ -2,7 +2,7 @@ horizontalnav:
- title: Guides - title: Guides
path: / path: /
node: guides node: guides
- title: Product Manuals - title: Product manuals
path: /manuals/ path: /manuals/
node: manuals node: manuals
- title: Glossary - title: Glossary
@ -29,6 +29,8 @@ guides:
- path: /edge/engine/reference/commandline/docker/ - path: /edge/engine/reference/commandline/docker/
title: Docker Edge CLI reference title: Docker Edge CLI reference
nosync: true nosync: true
- path: /engine/userguide/eng-image/multistage-build/
title: Use multi-stage builds (Edge only)
- path: /docker-for-mac/install/ - path: /docker-for-mac/install/
title: Docker for Mac title: Docker for Mac
- path: /docker-for-windows/install/ - path: /docker-for-windows/install/
@ -62,9 +64,9 @@ guides:
- path: /docker-for-aws/why/ - path: /docker-for-aws/why/
title: Why Docker for AWS? title: Why Docker for AWS?
- path: /docker-for-aws/ - path: /docker-for-aws/
title: Setup & Prerequisites title: Setup & prerequisites
- path: /docker-for-aws/iam-permissions/ - path: /docker-for-aws/iam-permissions/
title: IAM Permissions title: IAM permissions
- path: /docker-for-aws/scaling/ - path: /docker-for-aws/scaling/
title: Scaling title: Scaling
- path: /docker-for-aws/upgrade/ - path: /docker-for-aws/upgrade/
@ -76,17 +78,17 @@ guides:
- path: /docker-for-aws/faqs/ - path: /docker-for-aws/faqs/
title: FAQs title: FAQs
- path: /docker-for-aws/opensource/ - path: /docker-for-aws/opensource/
title: Open Source Licensing title: Open source licensing
- path: /docker-for-aws/release-notes/ - path: /docker-for-aws/release-notes/
title: Release Notes title: Release notes
- path: /docker-for-aws/archive/ - path: /docker-for-aws/archive/
title: Template Archive title: Template archive
- sectiontitle: Docker for Azure - sectiontitle: Docker for Azure
section: section:
- path: /docker-for-azure/why/ - path: /docker-for-azure/why/
title: Why Docker for Azure? title: Why Docker for Azure?
- path: /docker-for-azure/ - path: /docker-for-azure/
title: Setup & Prerequisites title: Setup & prerequisites
- path: /docker-for-azure/upgrade/ - path: /docker-for-azure/upgrade/
title: Upgrading title: Upgrading
- path: /docker-for-azure/deploy/ - path: /docker-for-azure/deploy/
@ -96,15 +98,15 @@ guides:
- path: /docker-for-azure/faqs/ - path: /docker-for-azure/faqs/
title: FAQs title: FAQs
- path: /docker-for-azure/opensource/ - path: /docker-for-azure/opensource/
title: Open Source Licensing title: Open source licensing
- path: /docker-for-azure/release-notes/ - path: /docker-for-azure/release-notes/
title: Release Notes title: Release notes
- path: /docker-for-azure/archive/ - path: /docker-for-azure/archive/
title: Template Archive title: Template archive
- sectiontitle: Docker Toolbox (Legacy) - sectiontitle: Docker Toolbox (legacy)
section: section:
- path: /toolbox/overview/ - path: /toolbox/overview/
title: Toolbox Overview title: Toolbox overview
- path: /toolbox/toolbox_install_mac/ - path: /toolbox/toolbox_install_mac/
title: Install Toolbox on Mac title: Install Toolbox on Mac
- path: /toolbox/toolbox_install_windows/ - path: /toolbox/toolbox_install_windows/
@ -112,59 +114,37 @@ guides:
- sectiontitle: Kitematic - sectiontitle: Kitematic
section: section:
- path: /kitematic/userguide/ - path: /kitematic/userguide/
title: "Kitematic User Guide: Intro & Overview" title: "Kitematic user guide: intro & overview"
- path: /kitematic/nginx-web-server/ - path: /kitematic/nginx-web-server/
title: Set up an Nginx web server title: Set up an Nginx web server
- path: /kitematic/minecraft-server/ - path: /kitematic/minecraft-server/
title: Set up a Minecraft Server title: Set up a Minecraft Server
- path: /kitematic/rethinkdb-dev-database/ - path: /kitematic/rethinkdb-dev-database/
title: Creating a Local RethinkDB Database for Development title: Creating a local RethinkDB database for development
- path: /kitematic/faq/ - path: /kitematic/faq/
title: Frequently Asked Questions title: Frequently asked questions
- path: /kitematic/known-issues/ - path: /kitematic/known-issues/
title: Known Issues title: Known issues
- path: /toolbox/faqs/troubleshoot/ - path: /toolbox/faqs/troubleshoot/
title: Troubleshooting title: Troubleshooting
- path: /release-notes/ - path: /release-notes/
title: Docker release notes title: Docker release notes
- sectiontitle: Get Started - sectiontitle: Get started
section: section:
- path: /learn/ - sectiontitle: Get started with Docker
title: Learn Docker
- sectiontitle: Docker basics
section: section:
- path: /engine/getstarted/ - title: "Part 1: Orientation"
title: Get Started with Docker path: /get-started/
- path: /engine/getstarted/step_one/ - title: "Part 2: Containers"
title: Install Docker and run hello-world path: /get-started/part2/
- path: /engine/getstarted/step_two/ - title: "Part 3: Services"
title: Understand images & containers path: /get-started/part3/
- path: /engine/getstarted/step_three/ - title: "Part 4: Swarms"
title: Find & run the whalesay image path: /get-started/part4/
- path: /engine/getstarted/step_four/ - title: "Part 5: Stacks"
title: Build your own image path: /get-started/part5/
- path: /engine/getstarted/step_five/ - title: "Part 6: Deploy your app"
title: Create a Docker Hub account & repository path: /get-started/part6/
- path: /engine/getstarted/step_six/
title: Tag, push, & pull your image
- path: /engine/getstarted/last_page/
title: Learning more
- sectiontitle: Define and deploy your app
section:
- path: /engine/getstarted-voting-app/
title: Sample app overview
- path: /engine/getstarted-voting-app/node-setup/
title: Set up Dockerized machines
- path: /engine/getstarted-voting-app/create-swarm/
title: Create a swarm
- path: /engine/getstarted-voting-app/deploy-app/
title: Deploy the app
- path: /engine/getstarted-voting-app/test-drive/
title: Try out the voting app
- path: /engine/getstarted-voting-app/customize-app/
title: Customize the app and redeploy
- path: /engine/getstarted-voting-app/cleanup/
title: Graceful shutdown, reboot, and clean-up
- sectiontitle: Learn by example - sectiontitle: Learn by example
section: section:
- path: /engine/tutorials/networkingcontainers/ - path: /engine/tutorials/networkingcontainers/
@ -173,10 +153,10 @@ guides:
title: Manage data in containers title: Manage data in containers
- path: /engine/docker-overview/ - path: /engine/docker-overview/
title: Docker overview title: Docker overview
- sectiontitle: User Guide - sectiontitle: User guide
section: section:
- path: /engine/userguide/intro/ - path: /engine/userguide/
title: Introduction title: Overview
- sectiontitle: Work with images - sectiontitle: Work with images
section: section:
- path: /engine/userguide/eng-image/dockerfile_best-practices/ - path: /engine/userguide/eng-image/dockerfile_best-practices/
@ -185,8 +165,6 @@ guides:
title: Create a base image title: Create a base image
- path: /engine/userguide/eng-image/image_management/ - path: /engine/userguide/eng-image/image_management/
title: Image management title: Image management
- path: /engine/userguide/eng-image/multistage-build/
title: Use multi-stage builds (edge only)
- sectiontitle: Docker storage drivers - sectiontitle: Docker storage drivers
section: section:
- path: /engine/userguide/storagedriver/imagesandcontainers/ - path: /engine/userguide/storagedriver/imagesandcontainers/
@ -240,10 +218,10 @@ guides:
- path: /engine/breaking_changes/ - path: /engine/breaking_changes/
title: Breaking changes title: Breaking changes
- path: /engine/deprecated/ - path: /engine/deprecated/
title: Deprecated Engine Features title: Deprecated Engine features
- path: /engine/faq/ - path: /engine/faq/
title: FAQ title: FAQ
- sectiontitle: Admin Guide - sectiontitle: Admin guide
section: section:
- path: /engine/admin/ - path: /engine/admin/
title: Configuring and running Docker title: Configuring and running Docker
@ -264,25 +242,25 @@ guides:
- path: /engine/admin/logging/view_container_logs/ - path: /engine/admin/logging/view_container_logs/
title: View a container's logs title: View a container's logs
- path: /engine/admin/logging/overview/ - path: /engine/admin/logging/overview/
title: Configuring Logging Drivers title: Configuring logging drivers
- path: /engine/admin/logging/log_tags/ - path: /engine/admin/logging/log_tags/
title: Log tags for logging driver title: Log tags for logging driver
- path: /engine/admin/logging/logentries/ - path: /engine/admin/logging/logentries/
title: Logentries logging driver title: Logentries logging driver
- path: /engine/admin/logging/awslogs/ - path: /engine/admin/logging/awslogs/
title: Amazon CloudWatch Logs logging driver title: Amazon CloudWatch logs logging driver
- path: /engine/admin/logging/etwlogs/ - path: /engine/admin/logging/etwlogs/
title: ETW logging driver title: ETW logging driver
- path: /engine/admin/logging/fluentd/ - path: /engine/admin/logging/fluentd/
title: Fluentd logging driver title: Fluentd logging driver
- path: /engine/admin/logging/gcplogs/ - path: /engine/admin/logging/gcplogs/
title: Google Cloud Logging driver title: Google Cloud logging driver
- path: /engine/admin/logging/journald/ - path: /engine/admin/logging/journald/
title: Journald logging driver title: Journald logging driver
- path: /engine/admin/logging/splunk/ - path: /engine/admin/logging/splunk/
title: Splunk logging driver title: Splunk logging driver
- path: /engine/admin/dsc/ - path: /engine/admin/dsc/
title: PowerShell DSC Usage title: PowerShell DSC usage
- path: /engine/admin/ansible/ - path: /engine/admin/ansible/
title: Using Ansible title: Using Ansible
- path: /engine/admin/chef/ - path: /engine/admin/chef/
@ -358,7 +336,7 @@ guides:
- path: /engine/security/security/ - path: /engine/security/security/
title: Docker security title: Docker security
- path: /engine/security/non-events/ - path: /engine/security/non-events/
title: Docker Security Non-events title: Docker security non-events
- path: /engine/security/https/ - path: /engine/security/https/
title: Protect the Docker daemon socket title: Protect the Docker daemon socket
- path: /engine/security/certificates/ - path: /engine/security/certificates/
@ -397,11 +375,11 @@ guides:
path: /engine/extend/config/ path: /engine/extend/config/
- path: /engine/extend/plugin_api/ - path: /engine/extend/plugin_api/
title: Plugins API title: Plugins API
- sectiontitle: Open Source at Docker - sectiontitle: Open source at Docker
section: section:
- path: /opensource/code/ - path: /opensource/code/
title: Quickstart contribution title: Quickstart contribution
- sectiontitle: Set up for Engine Development - sectiontitle: Set up for Engine development
section: section:
- path: /opensource/project/who-written-for/ - path: /opensource/project/who-written-for/
title: README first title: README first
@ -434,7 +412,7 @@ guides:
- sectiontitle: Other ways to contribute - sectiontitle: Other ways to contribute
section: section:
- path: /opensource/ways/meetups/ - path: /opensource/ways/meetups/
title: Organize a Docker Meetup title: Organize a Docker meetup
- path: /opensource/ways/issues/ - path: /opensource/ways/issues/
title: Organize our issues title: Organize our issues
- path: /opensource/ways/community/ - path: /opensource/ways/community/
@ -458,7 +436,7 @@ guides:
- sectiontitle: Governance - sectiontitle: Governance
section: section:
- path: /opensource/governance/dgab-info/ - path: /opensource/governance/dgab-info/
title: Docker Governance Advisory Board title: Docker governance advisory board
- path: /opensource/governance/board-profiles/ - path: /opensource/governance/board-profiles/
title: Board member profiles title: Board member profiles
- path: /opensource/governance/conduct-code/ - path: /opensource/governance/conduct-code/
@ -497,16 +475,16 @@ reference:
title: Get started title: Get started
- path: /engine/api/sdks/ - path: /engine/api/sdks/
title: SDKs title: SDKs
- path: /engine/api/v1.29/ - path: /engine/api/v1.29/
title: v1.29 Reference title: v1.29 Reference
- path: /engine/api/v1.28/
title: v1.28 Reference
- path: /engine/api/v1.27/
title: v1.27 Reference
- sectiontitle: Previous API versions - sectiontitle: Previous API versions
section: section:
- path: /engine/api/version-history/ - path: /engine/api/version-history/
title: Version history overview title: Version history overview
- path: /engine/api/v1.28/
title: v1.28 reference
- path: /engine/api/v1.27/
title: v1.27 reference
- path: /engine/api/v1.26/ - path: /engine/api/v1.26/
title: v1.26 reference title: v1.26 reference
- path: /engine/api/v1.25/ - path: /engine/api/v1.25/
@ -853,7 +831,7 @@ reference:
title: docker volume rm title: docker volume rm
- path: /engine/reference/commandline/wait/ - path: /engine/reference/commandline/wait/
title: docker wait title: docker wait
- title: Edge Daemon CLI reference (dockerd) - title: Edge daemon CLI reference (dockerd)
path: /edge/engine/reference/commandline/dockerd/ path: /edge/engine/reference/commandline/dockerd/
- sectiontitle: Docker Edge Engine (docker) CLI - sectiontitle: Docker Edge Engine (docker) CLI
section: section:
@ -1238,7 +1216,7 @@ manuals:
- path: /engine/installation/ - path: /engine/installation/
title: Install Docker EE title: Install Docker EE
nosync: true nosync: true
- sectiontitle: Commercially Supported Docker Engine - sectiontitle: Commercially supported Docker Engine
section: section:
- sectiontitle: 1.13 - sectiontitle: 1.13
section: section:
@ -1265,14 +1243,14 @@ manuals:
- path: /docker-cloud/ - path: /docker-cloud/
title: About Docker Cloud title: About Docker Cloud
- path: /docker-cloud/dockerid/ - path: /docker-cloud/dockerid/
title: Docker Cloud Settings and Docker ID title: Docker Cloud settings and Docker ID
- path: /docker-cloud/orgs/ - path: /docker-cloud/orgs/
title: Organizations and Teams title: Organizations and teams
- sectiontitle: Manage Builds and Images - sectiontitle: Manage builds and images
section: section:
- path: /docker-cloud/builds/ - path: /docker-cloud/builds/
title: Builds and Images Overview title: Builds and images overview
- path: /docker-cloud/builds/repos/ - path: /docker-cloud/builds/repos/
title: Docker Cloud repositories title: Docker Cloud repositories
- path: /docker-cloud/builds/link-source/ - path: /docker-cloud/builds/link-source/
@ -1280,19 +1258,19 @@ manuals:
- path: /docker-cloud/builds/push-images/ - path: /docker-cloud/builds/push-images/
title: Push images to Docker Cloud title: Push images to Docker Cloud
- path: /docker-cloud/builds/image-scan/ - path: /docker-cloud/builds/image-scan/
title: Docker Security Scanning title: Docker security scanning
- path: /docker-cloud/builds/automated-build/ - path: /docker-cloud/builds/automated-build/
title: Automated builds title: Automated builds
- path: /docker-cloud/builds/automated-testing/ - path: /docker-cloud/builds/automated-testing/
title: Automated repository tests title: Automated repository tests
- path: /docker-cloud/builds/advanced/ - path: /docker-cloud/builds/advanced/
title: Advanced options for Autobuild and Autotest title: Advanced options for autobuild and autotest
- sectiontitle: Manage Swarms (Beta Swarm Mode) - sectiontitle: Manage swarms (beta swarm mode)
section: section:
- path: /docker-cloud/cloud-swarm/ - path: /docker-cloud/cloud-swarm/
title: Overview title: Overview
- path: /docker-cloud/cloud-swarm/using-swarm-mode/ - path: /docker-cloud/cloud-swarm/using-swarm-mode/
title: Using Swarm Mode title: Using Swarm mode
- path: /docker-cloud/cloud-swarm/register-swarms/ - path: /docker-cloud/cloud-swarm/register-swarms/
title: Register existing swarms title: Register existing swarms
- path: /docker-cloud/cloud-swarm/create-cloud-swarm-aws/ - path: /docker-cloud/cloud-swarm/create-cloud-swarm-aws/
@ -1310,7 +1288,7 @@ manuals:
- sectiontitle: Manage Infrastructure (standard mode) - sectiontitle: Manage Infrastructure (standard mode)
section: section:
- path: /docker-cloud/infrastructure/ - path: /docker-cloud/infrastructure/
title: Infrastructure Overview title: Infrastructure overview
- path: /docker-cloud/infrastructure/deployment-strategies/ - path: /docker-cloud/infrastructure/deployment-strategies/
title: Container distribution strategies title: Container distribution strategies
- path: /docker-cloud/infrastructure/link-aws/ - path: /docker-cloud/infrastructure/link-aws/
@ -1328,23 +1306,23 @@ manuals:
- path: /docker-cloud/infrastructure/docker-upgrade/ - path: /docker-cloud/infrastructure/docker-upgrade/
title: Upgrade Docker Engine on a node title: Upgrade Docker Engine on a node
- path: /docker-cloud/infrastructure/byoh/ - path: /docker-cloud/infrastructure/byoh/
title: Use the Docker Cloud Agent title: Use the Docker Cloud agent
- path: /docker-cloud/infrastructure/cloud-on-packet.net-faq/ - path: /docker-cloud/infrastructure/cloud-on-packet.net-faq/
title: Using Docker Cloud and Packet.net title: Using Docker Cloud and Packet.net
- path: /docker-cloud/infrastructure/cloud-on-aws-faq/ - path: /docker-cloud/infrastructure/cloud-on-aws-faq/
title: Using Docker Cloud on AWS title: Using Docker Cloud on AWS
- sectiontitle: Manage Nodes and Apps (Standard Mode) - sectiontitle: Manage nodes and apps (standard mode)
section: section:
- path: /docker-cloud/standard/ - path: /docker-cloud/standard/
title: Overview title: Overview
- sectiontitle: Getting Started - sectiontitle: Getting started
section: section:
- path: /docker-cloud/getting-started/ - path: /docker-cloud/getting-started/
title: Getting started with Docker Cloud title: Getting started with Docker Cloud
- path: /docker-cloud/getting-started/intro_cloud/ - path: /docker-cloud/getting-started/intro_cloud/
title: Introducing Docker Cloud title: Introducing Docker Cloud
- path: /docker-cloud/getting-started/connect-infra/ - path: /docker-cloud/getting-started/connect-infra/
title: Link to your Infrastructure title: Link to your infrastructure
- path: /docker-cloud/getting-started/your_first_node/ - path: /docker-cloud/getting-started/your_first_node/
title: Deploy your first node title: Deploy your first node
- path: /docker-cloud/getting-started/your_first_service/ - path: /docker-cloud/getting-started/your_first_service/
@ -1352,7 +1330,7 @@ manuals:
- sectiontitle: Deploy an application - sectiontitle: Deploy an application
section: section:
- path: /docker-cloud/getting-started/deploy-app/1_introduction/ - path: /docker-cloud/getting-started/deploy-app/1_introduction/
title: Introduction to Deploying an app in Docker Cloud title: Introduction to deploying an app in Docker Cloud
- path: /docker-cloud/getting-started/deploy-app/2_set_up/ - path: /docker-cloud/getting-started/deploy-app/2_set_up/
title: Set up your environment title: Set up your environment
- path: /docker-cloud/getting-started/deploy-app/3_prepare_the_app/ - path: /docker-cloud/getting-started/deploy-app/3_prepare_the_app/
@ -1374,13 +1352,13 @@ manuals:
- path: /docker-cloud/getting-started/deploy-app/11_service_stacks/ - path: /docker-cloud/getting-started/deploy-app/11_service_stacks/
title: Stackfiles for your service title: Stackfiles for your service
- path: /docker-cloud/getting-started/deploy-app/12_data_management_with_volumes/ - path: /docker-cloud/getting-started/deploy-app/12_data_management_with_volumes/
title: Data management with Volumes title: Data management with volumes
- sectiontitle: Manage Applications - sectiontitle: Manage applications
section: section:
- path: /docker-cloud/apps/ - path: /docker-cloud/apps/
title: Applications in Docker Cloud title: Applications in Docker Cloud
- path: /docker-cloud/apps/deploy-to-cloud-btn/ - path: /docker-cloud/apps/deploy-to-cloud-btn/
title: Add a Deploy to Docker Cloud button title: Add a deploy to Docker Cloud button
- path: /docker-cloud/apps/auto-destroy/ - path: /docker-cloud/apps/auto-destroy/
title: Automatic container destroy title: Automatic container destroy
- path: /docker-cloud/apps/autorestart/ - path: /docker-cloud/apps/autorestart/
@ -1400,7 +1378,7 @@ manuals:
- path: /docker-cloud/apps/service-scaling/ - path: /docker-cloud/apps/service-scaling/
title: Scale your service title: Scale your service
- path: /docker-cloud/apps/api-roles/ - path: /docker-cloud/apps/api-roles/
title: Service API Roles title: Service API roles
- path: /docker-cloud/apps/service-links/ - path: /docker-cloud/apps/service-links/
title: Service discovery and links title: Service discovery and links
- path: /docker-cloud/apps/triggers/ - path: /docker-cloud/apps/triggers/
@ -1417,9 +1395,9 @@ manuals:
- path: /docker-cloud/installing-cli/ - path: /docker-cloud/installing-cli/
title: The Docker Cloud CLI title: The Docker Cloud CLI
- path: /docker-cloud/docker-errors-faq/ - path: /docker-cloud/docker-errors-faq/
title: Known Issues in Docker Cloud title: Known issues in Docker Cloud
- path: /docker-cloud/release-notes/ - path: /docker-cloud/release-notes/
title: Release Notes title: Release notes
- sectiontitle: Docker Compose - sectiontitle: Docker Compose
section: section:
- path: /compose/overview/ - path: /compose/overview/
@ -1427,15 +1405,15 @@ manuals:
- path: /compose/install/ - path: /compose/install/
title: Install Compose title: Install Compose
- path: /compose/gettingstarted/ - path: /compose/gettingstarted/
title: Getting Started title: Getting started
- sectiontitle: Compose (docker-compose) CLI reference - sectiontitle: Compose (docker-compose) CLI reference
section: section:
- path: /compose/reference/overview/ - path: /compose/reference/overview/
title: Overview of docker-compose CLI title: Overview of docker-compose CLI
- path: /compose/reference/envvars/ - path: /compose/reference/envvars/
title: CLI Environment Variables title: CLI environment variables
- path: /compose/completion/ - path: /compose/completion/
title: Command-line Completion title: Command-line completion
- path: /compose/reference/build/ - path: /compose/reference/build/
title: build title: build
- path: /compose/reference/bundle/ - path: /compose/reference/bundle/
@ -1484,7 +1462,7 @@ manuals:
title: unpause title: unpause
- path: /compose/reference/up/ - path: /compose/reference/up/
title: up title: up
- sectiontitle: Compose File Reference - sectiontitle: Compose file reference
section: section:
- path: /compose/compose-file/ - path: /compose/compose-file/
title: Version 3 title: Version 3
@ -1495,9 +1473,9 @@ manuals:
- path: /compose/compose-file/compose-versioning/ - path: /compose/compose-file/compose-versioning/
title: About versions and upgrading title: About versions and upgrading
- path: /compose/faq/ - path: /compose/faq/
title: Frequently Asked Questions title: Frequently asked questions
- path: /compose/bundles/ - path: /compose/bundles/
title: Docker Stacks and Distributed Application Bundles title: Docker stacks and distributed application bundles
- path: /compose/swarm/ - path: /compose/swarm/
title: Using Compose with Swarm title: Using Compose with Swarm
- path: /compose/env-file/ - path: /compose/env-file/
@ -1511,10 +1489,10 @@ manuals:
- path: /compose/production/ - path: /compose/production/
title: Using Compose in production title: Using Compose in production
- path: /compose/link-env-deprecated/ - path: /compose/link-env-deprecated/
title: Link Environment Variables (deprecated) title: Link environment variables (deprecated)
- path: /compose/startup-order/ - path: /compose/startup-order/
title: Control startup order title: Control startup order
- path: /compose/samples-for-compose/ - path: /compose/samples-for-compose/
title: Samples for Compose title: Samples for Compose
- sectiontitle: Docker Datacenter - sectiontitle: Docker Datacenter
section: section:
@ -1522,6 +1500,8 @@ manuals:
title: Deploy Datacenter on AWS title: Deploy Datacenter on AWS
- path: /datacenter/install/linux/ - path: /datacenter/install/linux/
title: Deploy Datacenter on Linux title: Deploy Datacenter on Linux
- path: /datacenter/install/azure/
title: Deploy Datacenter on Azure
- sectiontitle: Universal Control Plane - sectiontitle: Universal Control Plane
section: section:
- path: /datacenter/ucp/2.1/guides/ - path: /datacenter/ucp/2.1/guides/
@ -1901,7 +1881,7 @@ manuals:
- path: /datacenter/ucp/2.0/guides/support/ - path: /datacenter/ucp/2.0/guides/support/
title: Get support title: Get support
- path: /datacenter/ucp/2.0/guides/release-notes/ - path: /datacenter/ucp/2.0/guides/release-notes/
title: Release Notes title: Release notes
- sectiontitle: Universal Control Plane 1.0 - sectiontitle: Universal Control Plane 1.0
section: section:
- path: /datacenter/ucp/1.1/overview/ - path: /datacenter/ucp/1.1/overview/
@ -1978,10 +1958,10 @@ manuals:
title: Deploy an app from the UI title: Deploy an app from the UI
- path: /datacenter/ucp/1.1/applications/deploy-app-cli/ - path: /datacenter/ucp/1.1/applications/deploy-app-cli/
title: Deploy an app from the CLI title: Deploy an app from the CLI
- sectiontitle: UCP Tool CLI - sectiontitle: UCP tool CLI
section: section:
- path: /datacenter/ucp/1.1/reference/ - path: /datacenter/ucp/1.1/reference/
title: UCP Tool v1.1 overview title: UCP tool v1.1 overview
- path: /datacenter/ucp/1.1/reference/backup/ - path: /datacenter/ucp/1.1/reference/backup/
title: backup title: backup
- path: /datacenter/ucp/1.1/reference/dump-certs/ - path: /datacenter/ucp/1.1/reference/dump-certs/
@ -2017,7 +1997,7 @@ manuals:
- path: /datacenter/ucp/1.1/support/ - path: /datacenter/ucp/1.1/support/
title: Get support title: Get support
- path: /datacenter/ucp/1.1/release_notes/ - path: /datacenter/ucp/1.1/release_notes/
title: Release Notes title: Release notes
- sectiontitle: Docker Trusted Registry 2.1 - sectiontitle: Docker Trusted Registry 2.1
section: section:
- path: /datacenter/dtr/2.1/guides/ - path: /datacenter/dtr/2.1/guides/
@ -2229,7 +2209,7 @@ manuals:
- path: /docker-for-mac/docker-toolbox/ - path: /docker-for-mac/docker-toolbox/
title: Docker for Mac vs. Docker Toolbox title: Docker for Mac vs. Docker Toolbox
- path: /docker-for-mac/multi-arch/ - path: /docker-for-mac/multi-arch/
title: Leveraging Multi-CPU Architecture Support title: Leveraging Multi-CPU architecture support
- path: /docker-for-mac/networking/ - path: /docker-for-mac/networking/
title: Networking title: Networking
- path: /docker-for-mac/osxfs/ - path: /docker-for-mac/osxfs/
@ -2237,31 +2217,31 @@ manuals:
- path: /docker-for-mac/osxfs-caching/ - path: /docker-for-mac/osxfs-caching/
title: Performance tuning for volume mounts (shared filesystems) title: Performance tuning for volume mounts (shared filesystems)
- path: /docker-for-mac/troubleshoot/ - path: /docker-for-mac/troubleshoot/
title: Logs and Troubleshooting title: Logs and troubleshooting
- path: /docker-for-mac/faqs/ - path: /docker-for-mac/faqs/
title: FAQs title: FAQs
- path: /docker-for-mac/opensource/ - path: /docker-for-mac/opensource/
title: Open Source Licensing title: Open source licensing
- path: /docker-for-mac/release-notes/ - path: /docker-for-mac/release-notes/
title: Release Notes title: Release notes
- sectiontitle: Docker for Windows - sectiontitle: Docker for Windows
section: section:
- path: /docker-for-windows/ - path: /docker-for-windows/
title: Getting started title: Getting started
- path: /docker-for-windows/troubleshoot/ - path: /docker-for-windows/troubleshoot/
title: Logs and Troubleshooting title: Logs and troubleshooting
- path: /docker-for-windows/faqs/ - path: /docker-for-windows/faqs/
title: FAQs title: FAQs
- path: /docker-for-windows/opensource/ - path: /docker-for-windows/opensource/
title: Open Source Licensing title: Open source licensing
- path: /docker-for-windows/release-notes/ - path: /docker-for-windows/release-notes/
title: Release Notes title: Release notes
- title: Docker ID accounts - title: Docker ID accounts
path: /docker-id/ path: /docker-id/
- sectiontitle: Docker Machine - sectiontitle: Docker Machine
section: section:
- path: /machine/overview/ - path: /machine/overview/
title: Machine Overview title: Machine overview
- path: /machine/install-machine/ - path: /machine/install-machine/
title: Install Machine title: Install Machine
- path: /machine/get-started/ - path: /machine/get-started/
@ -2273,7 +2253,7 @@ manuals:
- path: /machine/examples/ocean/ - path: /machine/examples/ocean/
title: Provision Digital Ocean Droplets title: Provision Digital Ocean Droplets
- path: /machine/examples/aws/ - path: /machine/examples/aws/
title: Provision AWS EC2 Instances title: Provision AWS EC2 instances
- path: /machine/concepts/ - path: /machine/concepts/
title: Machine concepts and help title: Machine concepts and help
- sectiontitle: Machine (docker-machine) CLI - sectiontitle: Machine (docker-machine) CLI
@ -2281,7 +2261,7 @@ manuals:
- path: /machine/reference/ - path: /machine/reference/
title: Machine CLI overview title: Machine CLI overview
- path: /machine/completion/ - path: /machine/completion/
title: Machine command-line Completion title: Machine command-line completion
- path: /machine/reference/active/ - path: /machine/reference/active/
title: active title: active
- path: /machine/reference/config/ - path: /machine/reference/config/
@ -2367,21 +2347,21 @@ manuals:
- path: /notary/running_a_service/ - path: /notary/running_a_service/
title: Running a Notary service title: Running a Notary service
- path: /notary/changelog/ - path: /notary/changelog/
title: Notary Changelog title: Notary changelog
- sectiontitle: Configuration files - sectiontitle: Configuration files
section: section:
- path: /notary/reference/server-config/ - path: /notary/reference/server-config/
title: Server Configuration title: Server configuration
- path: /notary/reference/signer-config/ - path: /notary/reference/signer-config/
title: Signer Configuration title: Signer configuration
- path: /notary/reference/client-config/ - path: /notary/reference/client-config/
title: Client Configuration title: Client configuration
- path: /notary/reference/common-configs/ - path: /notary/reference/common-configs/
title: Common Server and Signer Configurations title: Common Server and signer configurations
- sectiontitle: Docker Registry - sectiontitle: Docker Registry
section: section:
- path: /registry/ - path: /registry/
title: Registry Overview title: Registry overview
- path: /registry/introduction/ - path: /registry/introduction/
title: Understanding the Registry title: Understanding the Registry
- path: /registry/deploying/ - path: /registry/deploying/
@ -2393,7 +2373,7 @@ manuals:
- sectiontitle: Recipes - sectiontitle: Recipes
section: section:
- path: /registry/recipes/ - path: /registry/recipes/
title: Recipes Overview title: Recipes overview
- path: /registry/recipes/apache/ - path: /registry/recipes/apache/
title: Authenticating proxy with apache title: Authenticating proxy with apache
- path: /registry/recipes/nginx/ - path: /registry/recipes/nginx/
@ -2403,11 +2383,11 @@ manuals:
- path: /registry/recipes/osx-setup-guide/ - path: /registry/recipes/osx-setup-guide/
title: Running on macOS title: Running on macOS
- path: /registry/garbage-collection/ - path: /registry/garbage-collection/
title: Garbage Collection title: Garbage collection
- path: /registry/insecure/ - path: /registry/insecure/
title: Testing an insecure registry title: Testing an insecure registry
- path: /registry/deprecated/ - path: /registry/deprecated/
title: Deprecated Features title: Deprecated features
- path: /registry/compatibility/ - path: /registry/compatibility/
title: Compatibility title: Compatibility
- path: /registry/help/ - path: /registry/help/
@ -2415,17 +2395,17 @@ manuals:
- sectiontitle: Registry reference - sectiontitle: Registry reference
section: section:
- path: /registry/spec/api/ - path: /registry/spec/api/
title: Registry HTTP API V2 title: Registry HTTP API v2
- sectiontitle: Registry image manifests - sectiontitle: Registry image manifests
section: section:
- path: /registry/spec/manifest-v2-1/ - path: /registry/spec/manifest-v2-1/
title: Image Manifest V 2, Schema 1 title: Image manifest v 2, schema 1
- path: /registry/spec/manifest-v2-2/ - path: /registry/spec/manifest-v2-2/
title: Image Manifest V 2, Schema 2 title: Image manifest v 2, schema 2
- sectiontitle: Registry storage drivers - sectiontitle: Registry storage drivers
section: section:
- path: /registry/storage-drivers/ - path: /registry/storage-drivers/
title: Storage Driver overview title: Storage driver overview
- path: /registry/storage-drivers/oss/ - path: /registry/storage-drivers/oss/
title: Aliyun OSS storage driver title: Aliyun OSS storage driver
- path: /registry/storage-drivers/filesystem/ - path: /registry/storage-drivers/filesystem/
@ -2443,19 +2423,19 @@ manuals:
- sectiontitle: Registry specifications - sectiontitle: Registry specifications
section: section:
- path: /registry/spec/auth/ - path: /registry/spec/auth/
title: Docker Registry Token Authentication title: Docker Registry token authentication
- path: /registry/spec/auth/jwt/ - path: /registry/spec/auth/jwt/
title: Token Authentication Implementation title: Token authentication implementation
- path: /registry/spec/auth/oauth/ - path: /registry/spec/auth/oauth/
title: Oauth2 Token Authentication title: Oauth2 token authentication
- path: /registry/spec/auth/scope/ - path: /registry/spec/auth/scope/
title: Token Scope Documentation title: Token scope documentation
- path: /registry/spec/auth/token/ - path: /registry/spec/auth/token/
title: Token Authentication Specification title: Token authentication specification
- sectiontitle: Docker Store - sectiontitle: Docker Store
section: section:
- path: /docker-store/ - path: /docker-store/
title: Docker Store Overview title: Docker Store overview
- path: /docker-store/publish/ - path: /docker-store/publish/
title: Submit a product to Docker Store title: Submit a product to Docker Store
- path: /docker-store/faq/ - path: /docker-store/faq/
@ -2469,23 +2449,23 @@ manuals:
- path: /docker-hub/accounts/ - path: /docker-hub/accounts/
title: Use Docker Hub with Docker ID title: Use Docker Hub with Docker ID
- path: /docker-hub/orgs/ - path: /docker-hub/orgs/
title: Teams & Organizations title: Teams & organizations
- path: /docker-hub/repos/ - path: /docker-hub/repos/
title: Repositories on Docker Hub title: Repositories on Docker Hub
- path: /docker-hub/builds/ - path: /docker-hub/builds/
title: Automated Builds title: Automated builds
- path: /docker-hub/webhooks/ - path: /docker-hub/webhooks/
title: Webhooks for automated builds title: Webhooks for automated builds
- path: /docker-hub/bitbucket/ - path: /docker-hub/bitbucket/
title: Automated Builds with Bitbucket title: Automated builds with Bitbucket
- path: /docker-hub/github/ - path: /docker-hub/github/
title: Automated Builds from GitHub title: Automated builds from GitHub
- path: /docker-hub/official_repos/ - path: /docker-hub/official_repos/
title: Official Repositories on Docker Hub title: Official repositories on Docker Hub
- sectiontitle: Docker Swarm - sectiontitle: Docker Swarm
section: section:
- path: /swarm/overview/ - path: /swarm/overview/
title: Swarm Overview title: Swarm overview
- path: /swarm/get-swarm/ - path: /swarm/get-swarm/
title: How to get Swarm title: How to get Swarm
- path: /swarm/install-w-machine/ - path: /swarm/install-w-machine/