mirror of https://github.com/docker/docs.git
Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
This reverts commit13ddc1350e
, reversing changes made to7a11f05943
.
This commit is contained in:
parent
2424da414f
commit
1a193d749b
|
@ -4,4 +4,4 @@ VOLUME /usr/src/app
|
|||
|
||||
EXPOSE 4000
|
||||
|
||||
CMD jekyll clean && jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000
|
||||
CMD jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000
|
|
@ -1075,8 +1075,6 @@ toc:
|
|||
title: Amazon Web Services
|
||||
- path: /machine/drivers/digital-ocean/
|
||||
title: Digital Ocean
|
||||
- path: /machine/drivers/exoscale/
|
||||
title: Exoscale
|
||||
- path: /machine/drivers/generic/
|
||||
title: Generic
|
||||
- path: /machine/drivers/gce/
|
||||
|
@ -1099,6 +1097,8 @@ toc:
|
|||
title: VMware vCloud Air
|
||||
- path: /machine/drivers/vsphere/
|
||||
title: VMware vSphere
|
||||
- path: /machine/drivers/exoscale/
|
||||
title: exoscale
|
||||
- path: /machine/completion/
|
||||
title: Command-line Completion
|
||||
- sectiontitle: Docker Store
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
advisory: experimental
|
||||
description: Description of Docker and Compose's experimental support for application
|
||||
bundles
|
||||
keywords: documentation, docs, docker, compose, bundles, stacks
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, bundles, stacks
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Compose CLI reference
|
||||
keywords: fig, composition, compose, docker, orchestration, cli, reference
|
||||
keywords:
|
||||
- fig, composition, compose, docker, orchestration, cli, reference
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /compose/yml
|
||||
description: Compose file reference
|
||||
keywords: fig, composition, compose, docker
|
||||
keywords:
|
||||
- fig, composition, compose, docker
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Getting started with Docker Compose and Django
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Declaring default environment variables in file
|
||||
keywords: fig, composition, compose, docker, orchestration, environment, env file
|
||||
keywords:
|
||||
- fig, composition, compose, docker, orchestration, environment, env file
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: How to set, use and manage environment variables in Compose
|
||||
keywords: fig, composition, compose, docker, orchestration, environment, variables, env file
|
||||
keywords:
|
||||
- fig, composition, compose, docker, orchestration, environment, variables, env file
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
description: How to use Docker Compose's extends keyword to share configuration between
|
||||
files and projects
|
||||
keywords: fig, composition, compose, docker, orchestration, documentation, docs
|
||||
keywords:
|
||||
- fig, composition, compose, docker, orchestration, documentation, docs
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Getting started with Docker Compose
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Introduction and Overview of Compose
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers
|
||||
menu:
|
||||
main:
|
||||
identifier: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: How to install Docker Compose
|
||||
keywords: compose, orchestration, install, installation, docker, documentation
|
||||
keywords:
|
||||
- compose, orchestration, install, installation, docker, documentation
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /compose/env
|
||||
description: Compose CLI reference
|
||||
keywords: fig, composition, compose, docker, orchestration, cli, reference
|
||||
keywords:
|
||||
- fig, composition, compose, docker, orchestration, cli, reference
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: How Compose sets up networking between containers
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers, networking
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers, networking
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Introduction and Overview of Compose
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Guide to using Docker Compose in production
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers, production
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers, production
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Getting started with Docker Compose and Rails
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: How to use Compose and Swarm together to deploy apps to multi-host clusters
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers, swarm
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers, swarm
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Getting started with Compose and WordPress
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers
|
||||
keywords:
|
||||
- documentation, docs, docker, compose, orchestration, containers
|
||||
menu:
|
||||
main:
|
||||
parent: workw_compose
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-trusted-registry/cs-engine/
|
||||
description: Learn more about the Commercially Supported Docker Engine.
|
||||
keywords: docker, engine, documentation
|
||||
keywords:
|
||||
- docker, engine, documentation
|
||||
menu:
|
||||
main:
|
||||
identifier: menu_csengine
|
||||
|
|
|
@ -4,7 +4,8 @@ aliases:
|
|||
- /docker-trusted-registry/install/install-csengine/
|
||||
- /docker-trusted-registry/cs-engine/install/
|
||||
description: Learn how to install the commercially supported version of Docker Engine.
|
||||
keywords: docker, engine, dtr, install
|
||||
keywords:
|
||||
- docker, engine, dtr, install
|
||||
menu:
|
||||
main:
|
||||
identifier: csengine_install
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-trusted-registry/cs-engine/release-notes/
|
||||
description: The release notes for CS Docker Engine.
|
||||
keywords: docker, engine, release notes
|
||||
keywords:
|
||||
- docker, engine, release notes
|
||||
menu:
|
||||
main:
|
||||
identifier: menu_csengine_release_notes
|
||||
|
|
|
@ -3,7 +3,9 @@ aliases:
|
|||
- /docker-trusted-registry/cse-prior-release-notes/
|
||||
- /docker-trusted-registry/cs-engine/release-notes/prior-release-notes/
|
||||
description: Archived release notes for commercially supported Docker Engine
|
||||
keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry, release, commercially supported Docker Engine
|
||||
keywords:
|
||||
- docker, documentation, about, technology, understanding, enterprise, hub, registry,release,
|
||||
commercially supported Docker Engine
|
||||
menu:
|
||||
main:
|
||||
identifier: csengine_prior_release_notes
|
||||
|
|
|
@ -3,8 +3,9 @@ aliases:
|
|||
- /docker-trusted-registry/cse-release-notes/
|
||||
- /docker-trusted-registry/cs-engine/release-notes/release-notes/
|
||||
description: Commercially supported Docker Engine release notes
|
||||
keywords: docker, documentation, about, technology, understanding, enterprise, hub,
|
||||
registry, Commercially Supported Docker Engine, release notes
|
||||
keywords:
|
||||
- docker, documentation, about, technology, understanding, enterprise, hub, registry,
|
||||
Commercially Supported Docker Engine, release notes
|
||||
menu:
|
||||
main:
|
||||
identifier: csengine_release_notes
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-trusted-registry/cs-engine/upgrade/
|
||||
description: Learn how to install the commercially supported version of Docker Engine.
|
||||
keywords: docker, engine, dtr, upgrade
|
||||
keywords:
|
||||
- docker, engine, dtr, upgrade
|
||||
menu:
|
||||
main:
|
||||
identifier: csengine_upgrade
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/api-roles/
|
||||
description: API Roles
|
||||
keywords: API, Services, roles
|
||||
keywords:
|
||||
- API, Services, roles
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/auto-destroy/
|
||||
description: Autodestroy
|
||||
keywords: Autodestroy, service, terminate, container
|
||||
keywords:
|
||||
- Autodestroy, service, terminate, container
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/auto-redeploy/
|
||||
description: Autoredeploy
|
||||
keywords: Autoredeploy, image, store, service
|
||||
keywords:
|
||||
- Autoredeploy, image, store, service
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/autorestart/
|
||||
description: Automatically restart a container in Docker Cloud
|
||||
keywords: container, restart, automated
|
||||
keywords:
|
||||
- container, restart, automated
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/deploy-tags/
|
||||
description: Deployment tags
|
||||
keywords: Deployment, tags, services
|
||||
keywords:
|
||||
- Deployment, tags, services
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/feature-reference/deploy-to-cloud/
|
||||
- /docker-cloud/tutorials/deploy-to-cloud/
|
||||
description: Deploy to Docker Cloud
|
||||
keywords: deploy, docker, cloud
|
||||
keywords:
|
||||
- deploy, docker, cloud
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Manage your Docker Cloud Applications
|
||||
keywords: applications, reference, Cloud
|
||||
keywords:
|
||||
- applications, reference, Cloud
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/intermediate/load-balance-hello-world/
|
||||
- /docker-cloud/tutorials/load-balance-hello-world/
|
||||
description: Create a proxy or load balancer
|
||||
keywords: proxy, load, balancer
|
||||
keywords:
|
||||
- proxy, load, balancer
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/ports/
|
||||
description: Publish and expose service or container ports
|
||||
keywords: publish, expose, ports, containers, services
|
||||
keywords:
|
||||
- publish, expose, ports, containers, services
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/service-links/
|
||||
description: Service discovery
|
||||
keywords: service, discover, links
|
||||
keywords:
|
||||
- service, discover, links
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/service-redeploy/
|
||||
description: Redeploy running services
|
||||
keywords: redeploy, running, services
|
||||
keywords:
|
||||
- redeploy, running, services
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/service-scaling/
|
||||
description: Scale your service, spawn new containers
|
||||
keywords: spawn, container, service, deploy
|
||||
keywords:
|
||||
- spawn, container, service, deploy
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/stack-yaml-reference/
|
||||
description: Stack YAML reference
|
||||
keywords: YAML, stack, reference
|
||||
keywords:
|
||||
- YAML, stack, reference
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/stacks/
|
||||
description: Manage service stacks
|
||||
keywords: service, stack, yaml
|
||||
keywords:
|
||||
- service, stack, yaml
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/triggers/
|
||||
description: Use triggers
|
||||
keywords: API, triggers, endpoints
|
||||
keywords:
|
||||
- API, triggers, endpoints
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/tutorials/download-volume-data/
|
||||
- /docker-cloud/feature-reference/volumes/
|
||||
description: Work with data volumes
|
||||
keywords: data, volumes, create, reuse
|
||||
keywords:
|
||||
- data, volumes, create, reuse
|
||||
menu:
|
||||
main:
|
||||
parent: apps
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Automated builds
|
||||
keywords: automated, build, images
|
||||
keywords:
|
||||
- automated, build, images
|
||||
menu:
|
||||
main:
|
||||
parent: builds
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/automated-build/
|
||||
description: Automated builds
|
||||
keywords: automated, build, images
|
||||
keywords:
|
||||
- automated, build, images
|
||||
menu:
|
||||
main:
|
||||
parent: builds
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/automated-testing/
|
||||
description: Automated tests
|
||||
keywords: Automated, testing, repository
|
||||
keywords:
|
||||
- Automated, testing, repository
|
||||
menu:
|
||||
main:
|
||||
parent: builds
|
||||
|
@ -79,8 +80,8 @@ Docker repository, regardless of the Autotest settings.
|
|||
The following options are available:
|
||||
|
||||
* `Off`: No additional test builds. Tests only run if they're configured as part of an automated build.
|
||||
* `Internal pull requests`: Run a test build for any pull requests to branches that match a build rule, but only when the pull request comes from the same source repository.
|
||||
* `Internal and external pull requests`: Run a test build for any pull requests to branches that match a build rule, including when the pull request originated in an external source repository.
|
||||
* `Source repository`: Run a test build for any pull requests to branches that match a build rule, but only when the pull request comes from the same source repository.
|
||||
* `Source repository & external pull requests`: Run a test build for any pull requests to branches that match a build rule, including when the pull request originated in an external source repository.
|
||||
|
||||
> **Note**: For security purposes, autotest on _external pull requests_ is
|
||||
disabled on public repositories. If you select this option on a public
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
description: 'Docker Security Scanning: automatic image scanning'
|
||||
keywords: Docker, docker, scan, scanning, security, registry, plans, Docker Cloud, docs, documentation, trusted, builds, trusted builds, automated builds
|
||||
keywords:
|
||||
- Docker, docker, scan, scanning, security, registry, plans, Docker Cloud, docs, documentation,
|
||||
trusted, builds, trusted builds, automated builds
|
||||
menu:
|
||||
main:
|
||||
parent: builds
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Manage Builds and Images in Docker Cloud
|
||||
keywords: builds, images, Cloud
|
||||
keywords:
|
||||
- builds, images, Cloud
|
||||
menu:
|
||||
main:
|
||||
parent: builds
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
aliases: /docker-cloud/tutorials/link-source/
|
||||
description: Link to your source code repository
|
||||
keywords: sourcecode, github, bitbucket, Cloud
|
||||
keywords:
|
||||
- sourcecode, github, bitbucket, Cloud
|
||||
menu:
|
||||
main:
|
||||
parent: builds
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/intermediate/pushing-images-to-dockercloud/
|
||||
- /docker-cloud/tutorials/pushing-images-to-dockercloud/
|
||||
description: Push images to Docker Cloud
|
||||
keywords: images, private, registry
|
||||
keywords:
|
||||
- images, private, registry
|
||||
menu:
|
||||
main:
|
||||
parent: builds
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Create and edit Docker Cloud repositories
|
||||
keywords: Docker Cloud repositories, automated, build, images
|
||||
keywords:
|
||||
- Docker Cloud repositories, automated, build, images
|
||||
menu:
|
||||
main:
|
||||
parent: builds
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/faq/docker-errors-faq/
|
||||
description: Known Docker Engine issues in Docker Cloud
|
||||
keywords: Engine, issues, troubleshoot
|
||||
keywords:
|
||||
- Engine, issues, troubleshoot
|
||||
menu:
|
||||
main:
|
||||
parent: docker-cloud
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Using your DockerID to log in to Docker Cloud
|
||||
keywords: one, two, three
|
||||
keywords:
|
||||
- one, two, three
|
||||
menu:
|
||||
main:
|
||||
parent: docker-cloud
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/use-hosted/
|
||||
description: How to link Docker Cloud to a hosted cloud services provider or your
|
||||
own hosts
|
||||
keywords: node, create, understand
|
||||
keywords:
|
||||
- node, create, understand
|
||||
menu:
|
||||
main:
|
||||
aliases:
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/10_provision_a_data_backend_for_your_service/
|
||||
- /docker-cloud/getting-started/golang/10_provision_a_data_backend_for_your_service/
|
||||
description: Provision a data backend for the service
|
||||
keywords: provision, Python, service
|
||||
keywords:
|
||||
- provision, Python, service
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/getting-started/python/11_service_stacks/
|
||||
description: Stackfiles for your service
|
||||
keywords: Python, service, stack
|
||||
keywords:
|
||||
- Python, service, stack
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/getting-started/python/12_data_management_with_volumes/
|
||||
description: Data management with Volumes
|
||||
keywords: Python, data, management
|
||||
keywords:
|
||||
- Python, data, management
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/1_introduction/
|
||||
- /docker-cloud/getting-started/golang/1_introduction/
|
||||
description: Deploy an app to Docker Cloud
|
||||
keywords: deploy, Python, application
|
||||
keywords:
|
||||
- deploy, Python, application
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/2_set_up/
|
||||
- /docker-cloud/getting-started/golang/2_set_up/
|
||||
description: Set up the application
|
||||
keywords: Python, application, setup
|
||||
keywords:
|
||||
- Python, application, setup
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/3_prepare_the_app/
|
||||
- /docker-cloud/getting-started/golang/3_prepare_the_app/
|
||||
description: Prepare the application
|
||||
keywords: Python, prepare, application
|
||||
keywords:
|
||||
- Python, prepare, application
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/4_push_to_cloud_registry/
|
||||
- /docker-cloud/getting-started/golang/4_push_to_cloud_registry/
|
||||
description: Push the Docker image to Docker Cloud's Registry
|
||||
keywords: image, Docker, cloud
|
||||
keywords:
|
||||
- image, Docker, cloud
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/5_deploy_the_app_as_a_service/
|
||||
- /docker-cloud/getting-started/golang/5_deploy_the_app_as_a_service/
|
||||
description: Deploy the app as a Docker Cloud service
|
||||
keywords: Python, deploy, Cloud
|
||||
keywords:
|
||||
- Python, deploy, Cloud
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/6_define_environment_variables/
|
||||
- /docker-cloud/getting-started/golang/6_define_environment_variables/
|
||||
description: Define environment variables
|
||||
keywords: Python, service, environment, service
|
||||
keywords:
|
||||
- Python, service, environment, service
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/7_scale_the_service/
|
||||
- /docker-cloud/getting-started/golang/7_scale_the_service/
|
||||
description: Scale the service
|
||||
keywords: scale, Python, service
|
||||
keywords:
|
||||
- scale, Python, service
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/8_view_logs/
|
||||
- /docker-cloud/getting-started/golang/8_view_logs/
|
||||
description: View service logs
|
||||
keywords: View, logs, Python
|
||||
keywords:
|
||||
- View, logs, Python
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/9_load-balance_the_service/
|
||||
- /docker-cloud/getting-started/golang/9_load-balance_the_service/
|
||||
description: Load-balance the service
|
||||
keywords: load, balance, Python
|
||||
keywords:
|
||||
- load, balance, Python
|
||||
menu:
|
||||
main:
|
||||
parent: deploy-app
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/python/
|
||||
- /docker-cloud/getting-started/golang/
|
||||
description: Go or Python and Docker Cloud
|
||||
keywords: Python, Go, Docker, Cloud, application
|
||||
keywords:
|
||||
- Python, Go, Docker, Cloud, application
|
||||
menu:
|
||||
main:
|
||||
identifier: deploy-app
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
description: 'Getting Started with Docker Cloud: Setting up a node using a hosted
|
||||
cloud provider or your own nodes, deploying a service and clustering.'
|
||||
keywords: one, two, three
|
||||
keywords:
|
||||
- one, two, three
|
||||
menu:
|
||||
main:
|
||||
identifier: getting-started
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/getting-started/beginner/intro_cloud/
|
||||
description: Introducing Docker Cloud concepts and terminology
|
||||
keywords: node, create, understand
|
||||
keywords:
|
||||
- node, create, understand
|
||||
menu:
|
||||
main:
|
||||
parent: getting-started
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/beginner/your_first_node/
|
||||
- /docker-cloud/getting-started/beginner/deploy_first_node/
|
||||
description: Deploy your first node on Docker Cloud
|
||||
keywords: node, create, understand
|
||||
keywords:
|
||||
- node, create, understand
|
||||
menu:
|
||||
main:
|
||||
parent: getting-started
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/beginner/your_first_service/
|
||||
- /docker-cloud/getting-started/beginner/deploy_first_service/
|
||||
description: Deploy your first service on Docker Cloud
|
||||
keywords: service, Cloud, three
|
||||
keywords:
|
||||
- service, Cloud, three
|
||||
menu:
|
||||
main:
|
||||
parent: getting-started
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Docker Cloud
|
||||
keywords: Docker, cloud
|
||||
keywords:
|
||||
- Docker, cloud
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-cloud
|
||||
|
|
|
@ -4,7 +4,8 @@ aliases:
|
|||
- /docker-cloud/tutorials/byoh/
|
||||
- /docker-cloud/getting-started/use-byon/
|
||||
description: Use the Docker Cloud Agent
|
||||
keywords: agent, Cloud, install
|
||||
keywords:
|
||||
- agent, Cloud, install
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/faq/cloud-on-aws-faq/
|
||||
description: Docker Cloud on AWS
|
||||
keywords: Cloud, AWS, faq
|
||||
keywords:
|
||||
- Cloud, AWS, faq
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/faq/cloud-on-packet.net-faq/
|
||||
description: Docker Cloud and Packet.net
|
||||
keywords: Packet.net, Cloud, drives
|
||||
keywords:
|
||||
- Packet.net, Cloud, drives
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/feature-reference/deployment-strategies/
|
||||
description: Schedule a deployment
|
||||
keywords: schedule, deployment, container
|
||||
keywords:
|
||||
- schedule, deployment, container
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/feature-reference/docker-upgrade/
|
||||
- /docker-cloud/tutorials/docker-upgrade/
|
||||
description: Upgrade Docker Engine on a node
|
||||
keywords: upgrade, engine, node
|
||||
keywords:
|
||||
- upgrade, engine, node
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Manage network in Docker Cloud
|
||||
keywords: nodes, hosts, infrastructure, Cloud
|
||||
keywords:
|
||||
- nodes, hosts, infrastructure, Cloud
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/beginner/link-aws/
|
||||
- /docker-cloud/getting-started/link-aws/
|
||||
description: Link your Amazon Web Services account
|
||||
keywords: AWS, Cloud, link
|
||||
keywords:
|
||||
- AWS, Cloud, link
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/beginner/link-azure/
|
||||
- /docker-cloud/getting-started/link-azure/
|
||||
description: Link your Microsoft Azure account
|
||||
keywords: Microsoft, Azure, account
|
||||
keywords:
|
||||
- Microsoft, Azure, account
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/beginner/link-do/
|
||||
- /docker-cloud/getting-started/link-do/
|
||||
description: Link your DigitalOcean account
|
||||
keywords: link, DigitalOcean, account
|
||||
keywords:
|
||||
- link, DigitalOcean, account
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/beginner/link-packet/
|
||||
- /docker-cloud/getting-started/link-packet/
|
||||
description: Link your Packet account
|
||||
keywords: Packet, link, Cloud
|
||||
keywords:
|
||||
- Packet, link, Cloud
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -3,7 +3,8 @@ aliases:
|
|||
- /docker-cloud/getting-started/beginner/link-softlayer/
|
||||
- /docker-cloud/getting-started/link-softlayer/
|
||||
description: Link your SoftLayer account
|
||||
keywords: SoftLayer, link, cloud
|
||||
keywords:
|
||||
- SoftLayer, link, cloud
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -4,7 +4,8 @@ aliases:
|
|||
- /docker-cloud/tutorials/ssh-into-a-node/
|
||||
- /docker-cloud/faq/how-ssh-nodes/
|
||||
description: SSHing into a Docker Cloud-managed node
|
||||
keywords: ssh, Cloud, node
|
||||
keywords:
|
||||
- ssh, Cloud, node
|
||||
menu:
|
||||
main:
|
||||
parent: infrastructure
|
||||
|
|
|
@ -5,7 +5,8 @@ aliases:
|
|||
- /docker-cloud/tutorials/installing-cli/
|
||||
description: Using the Docker Cloud CLI on Linux, Windows, and macOS, installing,
|
||||
updating, uninstall
|
||||
keywords: cloud, command-line, CLI
|
||||
keywords:
|
||||
- cloud, command-line, CLI
|
||||
menu:
|
||||
main:
|
||||
parent: docker-cloud
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Docker Cloud for Organizations and Teams
|
||||
keywords: organizations, teams, Docker Cloud, resources, permissions
|
||||
keywords:
|
||||
- organizations, teams, Docker Cloud, resources, permissions
|
||||
menu:
|
||||
main:
|
||||
parent: docker-cloud
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Docker Cloud Overview
|
||||
keywords: Docker, cloud, three
|
||||
keywords:
|
||||
- Docker, cloud, three
|
||||
menu:
|
||||
main:
|
||||
parent: docker-cloud
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Docker Cloud
|
||||
keywords: Docker, cloud, release, notes
|
||||
keywords:
|
||||
- Docker, cloud, release, notes
|
||||
menu:
|
||||
main:
|
||||
parent: docker-cloud
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /docker-cloud/tutorials/slack-integration/
|
||||
description: Integrate with Slack
|
||||
keywords: Slack, integrate, notifications
|
||||
keywords:
|
||||
- Slack, integrate, notifications
|
||||
menu:
|
||||
main:
|
||||
parent: docker-cloud
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /mackit/docker-toolbox/
|
||||
description: Docker for Mac and Docker Toolbox
|
||||
keywords: mac, windows, alpha, beta, toolbox, docker-machine, tutorial
|
||||
keywords:
|
||||
- mac, windows, alpha, beta, toolbox, docker-machine, tutorial
|
||||
menu:
|
||||
main:
|
||||
identifier: kit-toolbox
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Docker for Mac and Docker for Windows Tutorials
|
||||
keywords: mac, windows, examples, Compose
|
||||
keywords:
|
||||
- mac, windows, examples, Compose
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-mac-examples
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /mackit/faqs/
|
||||
description: Frequently asked questions
|
||||
keywords: mac faqs
|
||||
keywords:
|
||||
- mac faqs
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-mac-faqs
|
||||
|
|
|
@ -7,7 +7,8 @@ aliases:
|
|||
- /docker-for-mac/started/
|
||||
- /installation/mac/
|
||||
description: Getting Started
|
||||
keywords: mac, beta, alpha, tutorial
|
||||
keywords:
|
||||
- mac, beta, alpha, tutorial
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-mac-getstart
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /mackit/multi-arch/
|
||||
description: Multi-CPU Architecture Support
|
||||
keywords: mac, Multi-CPU architecture support
|
||||
keywords:
|
||||
- mac, Multi-CPU architecture support
|
||||
menu:
|
||||
main:
|
||||
identifier: mac-multiarch
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /mackit/networking/
|
||||
description: Networking
|
||||
keywords: mac, networking
|
||||
keywords:
|
||||
- mac, networking
|
||||
menu:
|
||||
main:
|
||||
identifier: mac-networking
|
||||
|
@ -105,3 +106,5 @@ See the [run commmand](/engine/reference/commandline/run.md) for more details on
|
|||
#### A view into implementation
|
||||
|
||||
We understand that these workarounds are not ideal, but there are several problems. In particular, there is a bug in macOS that is only fixed in 10.12 and is not being backported as far as we can tell, which means that we could not support this in all supported macOS versions. In addition, this network setup would require root access which we are trying to avoid entirely in Docker for Mac (we currently have a very small root helper that we are trying to remove).
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Docker's use of Open Source
|
||||
keywords: docker, opensource
|
||||
keywords:
|
||||
- docker, opensource
|
||||
menu:
|
||||
main:
|
||||
identifier: opensource-mac
|
||||
|
@ -20,3 +21,4 @@ Docker Desktop Editions distribute some components that are licensed under the G
|
|||
|
||||
The sources for `qemu-img` can be obtained [here](http://wiki.qemu-project.org/download/qemu-2.4.1.tar.bz2).
|
||||
The sources for the `gettext` and `glib` libraries that `qemu-img` requires were obtained from [Homebrew](https://brew.sh) and may be retrieved using `brew install --build-from-source gettext glib`.
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /mackit/osxfs/
|
||||
description: OSXFS
|
||||
keywords: mac, osxfs
|
||||
keywords:
|
||||
- mac, osxfs
|
||||
menu:
|
||||
main:
|
||||
identifier: mac-osxfs
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /mackit/release-notes/
|
||||
description: Change log / release notes per release
|
||||
keywords: pinata, alpha, tutorial
|
||||
keywords:
|
||||
- pinata, alpha, tutorial
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-mac-relnotes
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
aliases:
|
||||
- /mackit/troubleshoot/
|
||||
description: Troubleshooting, logs, and known issues
|
||||
keywords: mac, troubleshooting, logs, issues
|
||||
keywords:
|
||||
- mac, troubleshooting, logs, issues
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-mac-troubleshoot
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Docker for Mac and Docker for Windows Tutorials
|
||||
keywords: mac, windows, examples, Compose
|
||||
keywords:
|
||||
- mac, windows, examples, Compose
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-win-examples
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
description: Frequently asked questions
|
||||
keywords: windows faqs
|
||||
keywords:
|
||||
- windows faqs
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-windows-faqs
|
||||
|
|
|
@ -7,7 +7,8 @@ aliases:
|
|||
- /docker-for-windows/started/
|
||||
- /installation/windows/
|
||||
description: Getting Started
|
||||
keywords: windows, beta, alpha, tutorial
|
||||
keywords:
|
||||
- windows, beta, alpha, tutorial
|
||||
menu:
|
||||
main:
|
||||
identifier: docker-win-getstart
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue