From bcec1ddcb2366faf4067af322ba46f17f382acd5 Mon Sep 17 00:00:00 2001 From: Gaetan de Villele Date: Tue, 8 Nov 2016 00:18:00 -0800 Subject: [PATCH] fix type of keywords entry in frontmatter (in /docker-cloud/ dir) keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele --- docker-cloud/apps/api-roles.md | 7 +++---- docker-cloud/apps/auto-destroy.md | 7 +++---- docker-cloud/apps/auto-redeploy.md | 7 +++---- docker-cloud/apps/autorestart.md | 7 +++---- docker-cloud/apps/deploy-tags.md | 7 +++---- docker-cloud/apps/deploy-to-cloud-btn.md | 7 +++---- docker-cloud/apps/index.md | 5 ++--- docker-cloud/apps/load-balance-hello-world.md | 7 +++---- docker-cloud/apps/ports.md | 7 +++---- docker-cloud/apps/service-links.md | 7 +++---- docker-cloud/apps/service-redeploy.md | 7 +++---- docker-cloud/apps/service-scaling.md | 7 +++---- docker-cloud/apps/stack-yaml-reference.md | 7 +++---- docker-cloud/apps/stacks.md | 7 +++---- docker-cloud/apps/triggers.md | 7 +++---- docker-cloud/apps/volumes.md | 7 +++---- docker-cloud/builds/advanced.md | 5 ++--- docker-cloud/builds/automated-build.md | 7 +++---- docker-cloud/builds/automated-testing.md | 7 +++---- docker-cloud/builds/image-scan.md | 7 +++---- docker-cloud/builds/index.md | 5 ++--- docker-cloud/builds/link-source.md | 7 +++---- docker-cloud/builds/push-images.md | 7 +++---- docker-cloud/builds/repos.md | 5 ++--- docker-cloud/docker-errors-faq.md | 7 +++---- docker-cloud/dockerid.md | 5 ++--- docker-cloud/getting-started/connect-infra.md | 7 +++---- .../10_provision_a_data_backend_for_your_service.md | 7 +++---- .../getting-started/deploy-app/11_service_stacks.md | 7 +++---- .../deploy-app/12_data_management_with_volumes.md | 7 +++---- docker-cloud/getting-started/deploy-app/1_introduction.md | 7 +++---- docker-cloud/getting-started/deploy-app/2_set_up.md | 7 +++---- .../getting-started/deploy-app/3_prepare_the_app.md | 7 +++---- .../getting-started/deploy-app/4_push_to_cloud_registry.md | 7 +++---- .../deploy-app/5_deploy_the_app_as_a_service.md | 7 +++---- .../deploy-app/6_define_environment_variables.md | 7 +++---- .../getting-started/deploy-app/7_scale_the_service.md | 7 +++---- docker-cloud/getting-started/deploy-app/8_view_logs.md | 7 +++---- .../deploy-app/9_load-balance_the_service.md | 7 +++---- docker-cloud/getting-started/deploy-app/index.md | 7 +++---- docker-cloud/getting-started/index.md | 5 ++--- docker-cloud/getting-started/intro_cloud.md | 7 +++---- docker-cloud/getting-started/your_first_node.md | 7 +++---- docker-cloud/getting-started/your_first_service.md | 7 +++---- docker-cloud/index.md | 5 ++--- docker-cloud/infrastructure/byoh.md | 7 +++---- docker-cloud/infrastructure/cloud-on-aws-faq.md | 7 +++---- docker-cloud/infrastructure/cloud-on-packet.net-faq.md | 7 +++---- docker-cloud/infrastructure/deployment-strategies.md | 7 +++---- docker-cloud/infrastructure/docker-upgrade.md | 7 +++---- docker-cloud/infrastructure/index.md | 5 ++--- docker-cloud/infrastructure/link-aws.md | 7 +++---- docker-cloud/infrastructure/link-azure.md | 7 +++---- docker-cloud/infrastructure/link-do.md | 7 +++---- docker-cloud/infrastructure/link-packet.md | 7 +++---- docker-cloud/infrastructure/link-softlayer.md | 7 +++---- docker-cloud/infrastructure/ssh-into-a-node.md | 7 +++---- docker-cloud/installing-cli.md | 7 +++---- docker-cloud/orgs.md | 5 ++--- docker-cloud/overview.md | 5 ++--- docker-cloud/release-notes.md | 5 ++--- docker-cloud/slack-integration.md | 7 +++---- 62 files changed, 175 insertions(+), 237 deletions(-) diff --git a/docker-cloud/apps/api-roles.md b/docker-cloud/apps/api-roles.md index 2b143fd80c..3084ba0eae 100644 --- a/docker-cloud/apps/api-roles.md +++ b/docker-cloud/apps/api-roles.md @@ -1,9 +1,8 @@ --- +description: API Roles +keywords: API, Services, roles redirect_from: - /docker-cloud/feature-reference/api-roles/ -description: API Roles -keywords: -- API, Services, roles title: Service API roles --- @@ -32,4 +31,4 @@ $ curl -H "Authorization: $DOCKERCLOUD_AUTH" -H "Accept: application/json" $WEB_ For example, you can use information retrieved using the API to read the linked endpoints, and use them to reconfigure a proxy container. -See the [API documentation](/apidocs/docker-cloud.md) for more information on the different API operations available. +See the [API documentation](/apidocs/docker-cloud.md) for more information on the different API operations available. \ No newline at end of file diff --git a/docker-cloud/apps/auto-destroy.md b/docker-cloud/apps/auto-destroy.md index c212f4b805..623788393a 100644 --- a/docker-cloud/apps/auto-destroy.md +++ b/docker-cloud/apps/auto-destroy.md @@ -1,9 +1,8 @@ --- +description: Autodestroy +keywords: Autodestroy, service, terminate, container redirect_from: - /docker-cloud/feature-reference/auto-destroy/ -description: Autodestroy -keywords: -- Autodestroy, service, terminate, container title: Destroy containers automatically --- @@ -75,4 +74,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1 #### Enabling autodestroy using the CLI ``` $ docker-cloud service set --autodestroy ALWAYS (name or uuid) -``` +``` \ No newline at end of file diff --git a/docker-cloud/apps/auto-redeploy.md b/docker-cloud/apps/auto-redeploy.md index 08df866859..22abbc3c34 100644 --- a/docker-cloud/apps/auto-redeploy.md +++ b/docker-cloud/apps/auto-redeploy.md @@ -1,9 +1,8 @@ --- +description: Autoredeploy +keywords: Autoredeploy, image, store, service redirect_from: - /docker-cloud/feature-reference/auto-redeploy/ -description: Autoredeploy -keywords: -- Autoredeploy, image, store, service title: Redeploy services automatically --- @@ -76,4 +75,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1 { "autoredeploy": true } -``` +``` \ No newline at end of file diff --git a/docker-cloud/apps/autorestart.md b/docker-cloud/apps/autorestart.md index cbecdeca96..e411a7fc31 100644 --- a/docker-cloud/apps/autorestart.md +++ b/docker-cloud/apps/autorestart.md @@ -1,9 +1,8 @@ --- +description: Automatically restart a container in Docker Cloud +keywords: container, restart, automated redirect_from: - /docker-cloud/feature-reference/autorestart/ -description: Automatically restart a container in Docker Cloud -keywords: -- container, restart, automated title: Restart a container automatically --- @@ -86,4 +85,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1 $ docker-cloud service set --autorestart ALWAYS (name or uuid) ``` -See the [API documentation](/apidocs/docker-cloud.md) for more information. +See the [API documentation](/apidocs/docker-cloud.md) for more information. \ No newline at end of file diff --git a/docker-cloud/apps/deploy-tags.md b/docker-cloud/apps/deploy-tags.md index f821dde7c5..a1f415de31 100644 --- a/docker-cloud/apps/deploy-tags.md +++ b/docker-cloud/apps/deploy-tags.md @@ -1,9 +1,8 @@ --- +description: Deployment tags +keywords: Deployment, tags, services redirect_from: - /docker-cloud/feature-reference/deploy-tags/ -description: Deployment tags -keywords: -- Deployment, tags, services title: Deployment tags --- @@ -116,4 +115,4 @@ be deployed to the nodes that match the new tags. ## Using deployment tags in the API and CLI -See the [tags API and CLI documentation](/apidocs/docker-cloud.md#tags) for more information on how to use tags with our API and CLI. +See the [tags API and CLI documentation](/apidocs/docker-cloud.md#tags) for more information on how to use tags with our API and CLI. \ No newline at end of file diff --git a/docker-cloud/apps/deploy-to-cloud-btn.md b/docker-cloud/apps/deploy-to-cloud-btn.md index 5df1a8542f..0275770127 100644 --- a/docker-cloud/apps/deploy-to-cloud-btn.md +++ b/docker-cloud/apps/deploy-to-cloud-btn.md @@ -1,10 +1,9 @@ --- +description: Deploy to Docker Cloud +keywords: deploy, docker, cloud redirect_from: - /docker-cloud/feature-reference/deploy-to-cloud/ - /docker-cloud/tutorials/deploy-to-cloud/ -description: Deploy to Docker Cloud -keywords: -- deploy, docker, cloud title: Add a "Deploy to Docker Cloud" button --- @@ -61,4 +60,4 @@ where `` is the path to your GitHub repository. For example: You can use your own image for the link (or no image). Our **Deploy to Docker Cloud** image is available at the following URL: -* `https://files.cloud.docker.com/images/deploy-to-dockercloud.svg` +* `https://files.cloud.docker.com/images/deploy-to-dockercloud.svg` \ No newline at end of file diff --git a/docker-cloud/apps/index.md b/docker-cloud/apps/index.md index d5d5d2220c..795d2098c1 100644 --- a/docker-cloud/apps/index.md +++ b/docker-cloud/apps/index.md @@ -1,7 +1,6 @@ --- description: Manage your Docker Cloud Applications -keywords: -- applications, reference, Cloud +keywords: applications, reference, Cloud title: Applications in Docker Cloud --- @@ -33,4 +32,4 @@ Use the following features to automate specific actions on your Docker Cloud app * [Automatic container destroy](auto-destroy.md) * [Automatic container restart](autorestart.md) * [Autoredeploy](auto-redeploy.md) -* [Use triggers](triggers.md) +* [Use triggers](triggers.md) \ No newline at end of file diff --git a/docker-cloud/apps/load-balance-hello-world.md b/docker-cloud/apps/load-balance-hello-world.md index c414d5868d..de13e06e09 100644 --- a/docker-cloud/apps/load-balance-hello-world.md +++ b/docker-cloud/apps/load-balance-hello-world.md @@ -1,10 +1,9 @@ --- +description: Create a proxy or load balancer +keywords: proxy, load, balancer redirect_from: - /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 title: Create a proxy or load balancer --- @@ -197,4 +196,4 @@ links](service-links.md). You can try this by pointing your web browser to *servicename.username.svc.dockerapp.io* or using *dig* or *nslookup* to see how -the service endpoint resolves. +the service endpoint resolves. \ No newline at end of file diff --git a/docker-cloud/apps/ports.md b/docker-cloud/apps/ports.md index f12f45d157..a5b29d10bb 100644 --- a/docker-cloud/apps/ports.md +++ b/docker-cloud/apps/ports.md @@ -1,9 +1,8 @@ --- +description: Publish and expose service or container ports +keywords: publish, expose, ports, containers, services redirect_from: - /docker-cloud/feature-reference/ports/ -description: Publish and expose service or container ports -keywords: -- publish, expose, ports, containers, services title: Publish and expose service or container ports --- @@ -122,4 +121,4 @@ not dynamic) is assigned a DNS endpoint in the format running, in a [round-robin fashion](https://en.wikipedia.org/wiki/Round-robin_DNS). -You can see a list of service endpoints on the stack and service detail views, under the **Endpoints** tab. +You can see a list of service endpoints on the stack and service detail views, under the **Endpoints** tab. \ No newline at end of file diff --git a/docker-cloud/apps/service-links.md b/docker-cloud/apps/service-links.md index 34a399487a..38f0958a21 100644 --- a/docker-cloud/apps/service-links.md +++ b/docker-cloud/apps/service-links.md @@ -1,9 +1,8 @@ --- +description: Service discovery +keywords: service, discover, links redirect_from: - /docker-cloud/feature-reference/service-links/ -description: Service discovery -keywords: -- service, discover, links title: Service discovery and links --- @@ -162,4 +161,4 @@ Where: These environment variables are also copied to linked containers with the `NAME_ENV_` prefix. -If you provide API access to your service, you can use the generated token (stored in `DOCKERCLOUD_AUTH`) to access these API URLs to gather information or automate operations, such as scaling. +If you provide API access to your service, you can use the generated token (stored in `DOCKERCLOUD_AUTH`) to access these API URLs to gather information or automate operations, such as scaling. \ No newline at end of file diff --git a/docker-cloud/apps/service-redeploy.md b/docker-cloud/apps/service-redeploy.md index 82cdbee62c..7ea7fae9c9 100644 --- a/docker-cloud/apps/service-redeploy.md +++ b/docker-cloud/apps/service-redeploy.md @@ -1,9 +1,8 @@ --- +description: Redeploy running services +keywords: redeploy, running, services redirect_from: - /docker-cloud/feature-reference/service-redeploy/ -description: Redeploy running services -keywords: -- redeploy, running, services title: Redeploy a running service --- @@ -73,4 +72,4 @@ whenever a new image is pushed. See the [Autoredeploy documentation](auto-redepl ## Redeploy a service using webhooks You can also use **triggers** to redeploy a service, for example when its image -is pushed or rebuilt in a third-party registry. See the [Triggers documentation](triggers.md) to learn more. +is pushed or rebuilt in a third-party registry. See the [Triggers documentation](triggers.md) to learn more. \ No newline at end of file diff --git a/docker-cloud/apps/service-scaling.md b/docker-cloud/apps/service-scaling.md index 93bbdf7cef..e0c5d79eb7 100644 --- a/docker-cloud/apps/service-scaling.md +++ b/docker-cloud/apps/service-scaling.md @@ -1,9 +1,8 @@ --- +description: Scale your service, spawn new containers +keywords: spawn, container, service, deploy redirect_from: - /docker-cloud/feature-reference/service-scaling/ -description: Scale your service, spawn new containers -keywords: -- spawn, container, service, deploy title: Scale your service --- @@ -155,4 +154,4 @@ application through the CLI:  ```bash $ docker-cloud service run --sequential [...]  -``` +``` \ No newline at end of file diff --git a/docker-cloud/apps/stack-yaml-reference.md b/docker-cloud/apps/stack-yaml-reference.md index 61ef7e9c4e..9f5671459a 100644 --- a/docker-cloud/apps/stack-yaml-reference.md +++ b/docker-cloud/apps/stack-yaml-reference.md @@ -1,9 +1,8 @@ --- +description: Stack YAML reference +keywords: YAML, stack, reference redirect_from: - /docker-cloud/feature-reference/stack-yaml-reference/ -description: Stack YAML reference -keywords: -- YAML, stack, reference title: Stack file YAML reference --- @@ -321,4 +320,4 @@ Stack files (`docker-cloud.yml`) were designed with `docker-compose.yml` in mind build external_links env_file -``` +``` \ No newline at end of file diff --git a/docker-cloud/apps/stacks.md b/docker-cloud/apps/stacks.md index 012b19d80a..9179c233a8 100644 --- a/docker-cloud/apps/stacks.md +++ b/docker-cloud/apps/stacks.md @@ -1,9 +1,8 @@ --- +description: Manage service stacks +keywords: service, stack, yaml redirect_from: - /docker-cloud/feature-reference/stacks/ -description: Manage service stacks -keywords: -- service, stack, yaml title: Manage service stacks --- @@ -126,4 +125,4 @@ You can update a stack from a YAML file by executing: docker-cloud stack update -f docker-cloud.yml (uuid or name) ``` -Check our [CLI documentation](/apidocs/docker-cloud.md#stacks) for more information. +Check our [CLI documentation](/apidocs/docker-cloud.md#stacks) for more information. \ No newline at end of file diff --git a/docker-cloud/apps/triggers.md b/docker-cloud/apps/triggers.md index 18f93bd84f..478456e8bc 100644 --- a/docker-cloud/apps/triggers.md +++ b/docker-cloud/apps/triggers.md @@ -1,9 +1,8 @@ --- +description: Use triggers +keywords: API, triggers, endpoints redirect_from: - /docker-cloud/feature-reference/triggers/ -description: Use triggers -keywords: -- API, triggers, endpoints title: Use triggers --- @@ -56,4 +55,4 @@ Once the trigger is revoked, it stops accepting requests. ## Using triggers in the API and CLI -See our [API and CLI documentation](/apidocs/docker-cloud.md#triggers) to learn how to use triggers with our API and the CLI. +See our [API and CLI documentation](/apidocs/docker-cloud.md#triggers) to learn how to use triggers with our API and the CLI. \ No newline at end of file diff --git a/docker-cloud/apps/volumes.md b/docker-cloud/apps/volumes.md index f0b2a55b0e..6208b0f617 100644 --- a/docker-cloud/apps/volumes.md +++ b/docker-cloud/apps/volumes.md @@ -1,10 +1,9 @@ --- +description: Work with data volumes +keywords: data, volumes, create, reuse redirect_from: - /docker-cloud/tutorials/download-volume-data/ - /docker-cloud/feature-reference/volumes/ -description: Work with data volumes -keywords: -- data, volumes, create, reuse title: Work with data volumes --- @@ -67,4 +66,4 @@ You might find it helpful to download or back up the data from volumes that are ``` $ scp -r -P 2222 root@downloader-1.uuid.cont.dockerapp.io:/var/lib/mysql . - ``` + ``` \ No newline at end of file diff --git a/docker-cloud/builds/advanced.md b/docker-cloud/builds/advanced.md index 553de2ae3d..bfb7d1df4f 100644 --- a/docker-cloud/builds/advanced.md +++ b/docker-cloud/builds/advanced.md @@ -1,7 +1,6 @@ --- description: Automated builds -keywords: -- automated, build, images +keywords: automated, build, images title: Advanced options for Autobuild and Autotest --- @@ -111,4 +110,4 @@ If you needed to give the resulting image multiple tags, or push the same image ```none docker tag $IMAGE_NAME $DOCKER_REPO:$SOURCE_COMMIT docker push $DOCKER_REPO:$SOURCE_COMMIT -``` +``` \ No newline at end of file diff --git a/docker-cloud/builds/automated-build.md b/docker-cloud/builds/automated-build.md index e4de5b97c0..d1379fd00f 100644 --- a/docker-cloud/builds/automated-build.md +++ b/docker-cloud/builds/automated-build.md @@ -1,9 +1,8 @@ --- +description: Automated builds +keywords: automated, build, images redirect_from: - /docker-cloud/feature-reference/automated-build/ -description: Automated builds -keywords: -- automated, build, images title: Automated builds --- @@ -294,4 +293,4 @@ Docker Cloud's [Autotest](automated-testing.md) feature which integrates seamlessly with autobuild and autoredeploy. > **Note**: While the Autotest feature builds an image for testing purposes, it -does not push the resulting image to Docker Cloud or the external registry. +does not push the resulting image to Docker Cloud or the external registry. \ No newline at end of file diff --git a/docker-cloud/builds/automated-testing.md b/docker-cloud/builds/automated-testing.md index 2bf5113bd3..c84e42b829 100644 --- a/docker-cloud/builds/automated-testing.md +++ b/docker-cloud/builds/automated-testing.md @@ -1,9 +1,8 @@ --- +description: Automated tests +keywords: Automated, testing, repository redirect_from: - /docker-cloud/feature-reference/automated-testing/ -description: Automated tests -keywords: -- Automated, testing, repository title: Automated repository tests --- @@ -92,4 +91,4 @@ From the repository's details page, click **Timeline**. From this tab you can see any pending, in-progress, successful, and failed builds and test runs for the repository. -You can click any timeline entry to view the logs for each test run. +You can click any timeline entry to view the logs for each test run. \ No newline at end of file diff --git a/docker-cloud/builds/image-scan.md b/docker-cloud/builds/image-scan.md index a41e46d114..8ed9f1cdcf 100644 --- a/docker-cloud/builds/image-scan.md +++ b/docker-cloud/builds/image-scan.md @@ -1,7 +1,6 @@ --- -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 +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 title: Docker Security Scanning --- @@ -181,4 +180,4 @@ components. ## Related information * [Learn about CVE and how it compiles data](https://cve.mitre.org/about/index.html). -* [How to create a Docker Official image](/docker-hub/official_repos/) +* [How to create a Docker Official image](/docker-hub/official_repos/) \ No newline at end of file diff --git a/docker-cloud/builds/index.md b/docker-cloud/builds/index.md index 32b21711b3..73349e5fc9 100644 --- a/docker-cloud/builds/index.md +++ b/docker-cloud/builds/index.md @@ -1,7 +1,6 @@ --- description: Manage Builds and Images in Docker Cloud -keywords: -- builds, images, Cloud +keywords: builds, images, Cloud notoc: true title: Builds and images overview --- @@ -24,4 +23,4 @@ running services when a build passes its tests. * [Automated repository tests](automated-testing.md) * [Advanced options for Autobuild and Autotest](advanced.md) -![a Docker Cloud repository's General view](images/repo-general.png) +![a Docker Cloud repository's General view](images/repo-general.png) \ No newline at end of file diff --git a/docker-cloud/builds/link-source.md b/docker-cloud/builds/link-source.md index b5e4c65a38..b17618646f 100644 --- a/docker-cloud/builds/link-source.md +++ b/docker-cloud/builds/link-source.md @@ -1,9 +1,8 @@ --- +description: Link to your source code repository +keywords: sourcecode, github, bitbucket, Cloud redirect_from: - /docker-cloud/tutorials/link-source/ -description: Link to your source code repository -keywords: -- sourcecode, github, bitbucket, Cloud title: Link Docker Cloud to a source code provider --- @@ -152,4 +151,4 @@ unlink it both from Docker Cloud, *and* from your Bitbucket account. > **Note**: Each repository that is configured as an automated build source contains a webhook that notifies Docker Cloud of changes in the repository. This webhook is not automatically removed when you revoke access to a source code -provider. +provider. \ No newline at end of file diff --git a/docker-cloud/builds/push-images.md b/docker-cloud/builds/push-images.md index 977a778635..b8017ead07 100644 --- a/docker-cloud/builds/push-images.md +++ b/docker-cloud/builds/push-images.md @@ -1,10 +1,9 @@ --- +description: Push images to Docker Cloud +keywords: images, private, registry redirect_from: - /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 title: Push images to Docker Cloud --- @@ -56,4 +55,4 @@ Follow the offic > Cloud, you might need to select the organization name or your username from > the dropdown menu see other repositories. -![](images/private_image.png) +![](images/private_image.png) \ No newline at end of file diff --git a/docker-cloud/builds/repos.md b/docker-cloud/builds/repos.md index 84e40a3d93..d5ddc44ff3 100644 --- a/docker-cloud/builds/repos.md +++ b/docker-cloud/builds/repos.md @@ -1,7 +1,6 @@ --- description: Create and edit Docker Cloud repositories -keywords: -- Docker Cloud repositories, automated, build, images +keywords: Docker Cloud repositories, automated, build, images title: Docker Cloud repositories --- @@ -88,4 +87,4 @@ You can link to repositories hosted on a third party registry. This allows you t ## What's next? -Once you create or link to a repository in Docker Cloud, you can set up [automated testing](automated-testing.md) and [automated builds](automated-build.md). +Once you create or link to a repository in Docker Cloud, you can set up [automated testing](automated-testing.md) and [automated builds](automated-build.md). \ No newline at end of file diff --git a/docker-cloud/docker-errors-faq.md b/docker-cloud/docker-errors-faq.md index 1dbee119d5..31d613ccb5 100644 --- a/docker-cloud/docker-errors-faq.md +++ b/docker-cloud/docker-errors-faq.md @@ -1,9 +1,8 @@ --- +description: Known Docker Engine issues in Docker Cloud +keywords: Engine, issues, troubleshoot redirect_from: - /docker-cloud/faq/docker-errors-faq/ -description: Known Docker Engine issues in Docker Cloud -keywords: -- Engine, issues, troubleshoot title: Known issues in Docker Cloud --- @@ -102,4 +101,4 @@ Timeouts occur when pulling the image takes more than 10 minutes. This can somet #### Workaround -Restart the `dockercloud-agent` service (`sudo service dockercloud-agent restart`) on the node, or restart the node. +Restart the `dockercloud-agent` service (`sudo service dockercloud-agent restart`) on the node, or restart the node. \ No newline at end of file diff --git a/docker-cloud/dockerid.md b/docker-cloud/dockerid.md index 81e9d94d6f..2e82a216a6 100644 --- a/docker-cloud/dockerid.md +++ b/docker-cloud/dockerid.md @@ -1,7 +1,6 @@ --- description: Using your DockerID to log in to Docker Cloud -keywords: -- one, two, three +keywords: one, two, three title: Docker ID and Docker Cloud settings --- @@ -53,4 +52,4 @@ Like free Docker Hub accounts, free Docker Cloud accounts come with one free private repository. If you require more private repositories, visit your **Cloud settings** and -select **Plan** to see the available paid accounts. +select **Plan** to see the available paid accounts. \ No newline at end of file diff --git a/docker-cloud/getting-started/connect-infra.md b/docker-cloud/getting-started/connect-infra.md index fd2c2337d7..9552af3a28 100644 --- a/docker-cloud/getting-started/connect-infra.md +++ b/docker-cloud/getting-started/connect-infra.md @@ -1,9 +1,8 @@ --- +description: How to link Docker Cloud to a hosted cloud services provider or your own hosts +keywords: node, create, understand redirect_from: - /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 title: Link to your infrastructure --- @@ -29,4 +28,4 @@ Then, use the one of the detailed tutorials below to link your account. You shou If you are not using a cloud services provider and are using your own hosts, you'll need to install the Docker Cloud Agent on those hosts so that Docker Cloud can communicate with them. Follow the directions at [Bring Your Own Node instructions](../infrastructure/byoh.md). Open these instructions in a new window or tab so you can return to this tutorial once you're done linking your hosts. ## Ready to go? -Once you've linked to your cloud services provider or to your own hosts, [continue the tutorial and deploy your first node](your_first_node.md). +Once you've linked to your cloud services provider or to your own hosts, [continue the tutorial and deploy your first node](your_first_node.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/10_provision_a_data_backend_for_your_service.md b/docker-cloud/getting-started/deploy-app/10_provision_a_data_backend_for_your_service.md index 59adc2d39a..67aa941ee6 100644 --- a/docker-cloud/getting-started/deploy-app/10_provision_a_data_backend_for_your_service.md +++ b/docker-cloud/getting-started/deploy-app/10_provision_a_data_backend_for_your_service.md @@ -1,10 +1,9 @@ --- +description: Provision a data backend for the service +keywords: provision, Python, service redirect_from: - /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 title: Provision a data backend for your service --- @@ -64,4 +63,4 @@ $ curl lb-1.$DOCKER_ID_USER.cont.dockerapp.io Hello World
Hostname: web-3
Counter: 5% ``` -Next, we'll look at [Stackfiles for your service](11_service_stacks.md) +Next, we'll look at [Stackfiles for your service](11_service_stacks.md) \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/11_service_stacks.md b/docker-cloud/getting-started/deploy-app/11_service_stacks.md index ee22cb0886..d5931fb48d 100644 --- a/docker-cloud/getting-started/deploy-app/11_service_stacks.md +++ b/docker-cloud/getting-started/deploy-app/11_service_stacks.md @@ -1,9 +1,8 @@ --- +description: Stackfiles for your service +keywords: Python, service, stack redirect_from: - /docker-cloud/getting-started/python/11_service_stacks/ -description: Stackfiles for your service -keywords: -- Python, service, stack title: Stackfiles for your service --- @@ -67,4 +66,4 @@ Or you can specify the YML file to use and its location: $ docker-cloud up -f /usr/dockercloud/quickstart-python/docker-cloud.yml ``` -Next, we'll do some [Data management with Volumes](12_data_management_with_volumes.md) +Next, we'll do some [Data management with Volumes](12_data_management_with_volumes.md) \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/12_data_management_with_volumes.md b/docker-cloud/getting-started/deploy-app/12_data_management_with_volumes.md index e1661741d3..d33c5114ef 100644 --- a/docker-cloud/getting-started/deploy-app/12_data_management_with_volumes.md +++ b/docker-cloud/getting-started/deploy-app/12_data_management_with_volumes.md @@ -1,9 +1,8 @@ --- +description: Data management with Volumes +keywords: Python, data, management redirect_from: - /docker-cloud/getting-started/python/12_data_management_with_volumes/ -description: Data management with Volumes -keywords: -- Python, data, management title: Data management with volumes --- @@ -135,4 +134,4 @@ set up a volume to save the data. There's lots more to learn about Docker Cloud, so check out [the rest of our documentation](/docker-cloud/), the [API and CLI Documentation](../../../apidocs/docker-cloud.md), and our [Knowledge Hub](https://success.docker.com/Cloud) and [Docker Cloud Forums](https://forums.docker.com/c/docker-cloud). -Happy Docking! +Happy Docking! \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/1_introduction.md b/docker-cloud/getting-started/deploy-app/1_introduction.md index 13a2e5d0b6..3556050116 100644 --- a/docker-cloud/getting-started/deploy-app/1_introduction.md +++ b/docker-cloud/getting-started/deploy-app/1_introduction.md @@ -1,10 +1,9 @@ --- +description: Deploy an app to Docker Cloud +keywords: deploy, Python, application redirect_from: - /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 title: Introduction to deploying an app in Docker Cloud --- @@ -21,4 +20,4 @@ This tutorial assumes that you have: Let's get started! -[Set up your environment](2_set_up.md). +[Set up your environment](2_set_up.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/2_set_up.md b/docker-cloud/getting-started/deploy-app/2_set_up.md index 2cc29ad807..c67e21be7e 100644 --- a/docker-cloud/getting-started/deploy-app/2_set_up.md +++ b/docker-cloud/getting-started/deploy-app/2_set_up.md @@ -1,10 +1,9 @@ --- +description: Set up the application +keywords: Python, application, setup redirect_from: - /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 title: Set up your environment --- @@ -78,4 +77,4 @@ If you don't want to do this, make sure you substitute your username for $DOCKER $ export DOCKER_ID_USER=my-username ``` -Next up, we'll [Prepare the app](3_prepare_the_app.md). +Next up, we'll [Prepare the app](3_prepare_the_app.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md b/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md index 8b40ff8c9b..ef338fe909 100644 --- a/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md +++ b/docker-cloud/getting-started/deploy-app/3_prepare_the_app.md @@ -1,10 +1,9 @@ --- +description: Prepare the application +keywords: Python, prepare, application redirect_from: - /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 title: Prepare the application --- @@ -45,4 +44,4 @@ $ docker build --tag quickstart-python . $ docker build --tag quickstart-go . ``` -Next, we [Push the Docker image to Docker Cloud's Registry](4_push_to_cloud_registry.md). +Next, we [Push the Docker image to Docker Cloud's Registry](4_push_to_cloud_registry.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/4_push_to_cloud_registry.md b/docker-cloud/getting-started/deploy-app/4_push_to_cloud_registry.md index 501d8e991e..296da97602 100644 --- a/docker-cloud/getting-started/deploy-app/4_push_to_cloud_registry.md +++ b/docker-cloud/getting-started/deploy-app/4_push_to_cloud_registry.md @@ -1,10 +1,9 @@ --- +description: Push the Docker image to Docker Cloud's Registry +keywords: image, Docker, cloud redirect_from: - /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 title: Push the image to Docker Cloud's registry --- @@ -47,4 +46,4 @@ my-username/quickstart-python my-username/quickstart-go ``` -Next: [Deploy the app as a Docker Cloud service](5_deploy_the_app_as_a_service.md). +Next: [Deploy the app as a Docker Cloud service](5_deploy_the_app_as_a_service.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service.md b/docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service.md index f55339d01a..485f13374f 100644 --- a/docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service.md +++ b/docker-cloud/getting-started/deploy-app/5_deploy_the_app_as_a_service.md @@ -1,10 +1,9 @@ --- +description: Deploy the app as a Docker Cloud service +keywords: Python, deploy, Cloud redirect_from: - /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 title: Deploy the app as a Docker Cloud service --- @@ -85,4 +84,4 @@ Hello World!
Hostname: web-1
Counter: Redis Cache not found, counter dis **CONGRATULATIONS!** You've deployed your first service using Docker Cloud. -Next: [Define environment variables](6_define_environment_variables.md). +Next: [Define environment variables](6_define_environment_variables.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/6_define_environment_variables.md b/docker-cloud/getting-started/deploy-app/6_define_environment_variables.md index 9b115fe3e3..3ca6dcd731 100644 --- a/docker-cloud/getting-started/deploy-app/6_define_environment_variables.md +++ b/docker-cloud/getting-started/deploy-app/6_define_environment_variables.md @@ -1,10 +1,9 @@ --- +description: Define environment variables +keywords: Python, service, environment, service redirect_from: - /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 title: Define environment variables --- @@ -72,4 +71,4 @@ Wondering where the default value for the **NAME** environment variable is set? ENV NAME World ``` -Next, we'll try [Scaling the service](7_scale_the_service.md). +Next, we'll try [Scaling the service](7_scale_the_service.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/7_scale_the_service.md b/docker-cloud/getting-started/deploy-app/7_scale_the_service.md index 5e24f4ea1d..6cbc58102b 100644 --- a/docker-cloud/getting-started/deploy-app/7_scale_the_service.md +++ b/docker-cloud/getting-started/deploy-app/7_scale_the_service.md @@ -1,10 +1,9 @@ --- +description: Scale the service +keywords: scale, Python, service redirect_from: - /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 title: Scale the service --- @@ -67,4 +66,4 @@ Hello Python Users!
Hostname: web-2
Counter: Redis Cache not found, coun Congratulations! You now have *two* containers running in your **web** service. -Next: [View service logs](8_view_logs.md) +Next: [View service logs](8_view_logs.md) \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/8_view_logs.md b/docker-cloud/getting-started/deploy-app/8_view_logs.md index 88ca33e2e3..8f8b9e789c 100644 --- a/docker-cloud/getting-started/deploy-app/8_view_logs.md +++ b/docker-cloud/getting-started/deploy-app/8_view_logs.md @@ -1,10 +1,9 @@ --- +description: View service logs +keywords: View, logs, Python redirect_from: - /docker-cloud/getting-started/python/8_view_logs/ - /docker-cloud/getting-started/golang/8_view_logs/ -description: View service logs -keywords: -- View, logs, Python title: View service logs --- @@ -37,4 +36,4 @@ $ docker-cloud container logs web-1 Visit your application using curl or your browser again. Run the `service logs web` command again, and you will see another log message for your visit. -Next, let's explore how to [Load balance the service](9_load-balance_the_service.md). +Next, let's explore how to [Load balance the service](9_load-balance_the_service.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md b/docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md index 66ed8d90c1..d83b793a82 100644 --- a/docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md +++ b/docker-cloud/getting-started/deploy-app/9_load-balance_the_service.md @@ -1,10 +1,9 @@ --- +description: Load-balance the service +keywords: load, balance, Python redirect_from: - /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 title: Load-balance the service --- @@ -72,4 +71,4 @@ Hello Friendly Users!
Hostname: web-2
Counter: Redis Cache not found, co You can learn more about *dockercloud/haproxy*, our free open source HAProxy image
here. -Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md) +Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md) \ No newline at end of file diff --git a/docker-cloud/getting-started/deploy-app/index.md b/docker-cloud/getting-started/deploy-app/index.md index 32ebae70b0..8f50ea9007 100644 --- a/docker-cloud/getting-started/deploy-app/index.md +++ b/docker-cloud/getting-started/deploy-app/index.md @@ -1,10 +1,9 @@ --- +description: Go or Python and Docker Cloud +keywords: Python, Go, Docker, Cloud, application redirect_from: - /docker-cloud/getting-started/python/ - /docker-cloud/getting-started/golang/ -description: Go or Python and Docker Cloud -keywords: -- Python, Go, Docker, Cloud, application title: Deploy an application --- @@ -19,4 +18,4 @@ title: Deploy an application * [Load-balance the service](9_load-balance_the_service.md) * [Provision a data backend for the service](10_provision_a_data_backend_for_your_service.md) * [Stackfiles for your service](11_service_stacks.md) -* [Data management with Volumes](12_data_management_with_volumes.md) +* [Data management with Volumes](12_data_management_with_volumes.md) \ No newline at end of file diff --git a/docker-cloud/getting-started/index.md b/docker-cloud/getting-started/index.md index bfb340848e..f966008b28 100644 --- a/docker-cloud/getting-started/index.md +++ b/docker-cloud/getting-started/index.md @@ -1,8 +1,7 @@ --- 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 title: Getting started with Docker Cloud --- @@ -19,4 +18,4 @@ If you're completely new to Docker Cloud, start here! * [Deploy your first node](your_first_node.md) Then, deploy your first nodes, * [Create your first service](your_first_service.md) ...And finish by deploying your first service. -Ready to deploy your first web service? [Deploy a web application in Docker Cloud](deploy-app/index.md) +Ready to deploy your first web service? [Deploy a web application in Docker Cloud](deploy-app/index.md) \ No newline at end of file diff --git a/docker-cloud/getting-started/intro_cloud.md b/docker-cloud/getting-started/intro_cloud.md index 5befd3cee9..79d97f37bb 100644 --- a/docker-cloud/getting-started/intro_cloud.md +++ b/docker-cloud/getting-started/intro_cloud.md @@ -1,9 +1,8 @@ --- +description: Introducing Docker Cloud concepts and terminology +keywords: node, create, understand redirect_from: - /docker-cloud/getting-started/beginner/intro_cloud/ -description: Introducing Docker Cloud concepts and terminology -keywords: -- node, create, understand title: Introducing Docker Cloud --- @@ -35,4 +34,4 @@ Services are logical groups of containers from the same image. Services make it ## Let's get started! Log in to Docker Cloud using your Docker ID. (These are the same credentials you used for Docker Hub if you had an account there.) -Start here [by linking your infrastructure to Docker Cloud](connect-infra.md). +Start here [by linking your infrastructure to Docker Cloud](connect-infra.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/your_first_node.md b/docker-cloud/getting-started/your_first_node.md index b57db53c2e..c748f4d72f 100644 --- a/docker-cloud/getting-started/your_first_node.md +++ b/docker-cloud/getting-started/your_first_node.md @@ -1,10 +1,9 @@ --- +description: Deploy your first node on Docker Cloud +keywords: node, create, understand redirect_from: - /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 title: Deploy your first node --- @@ -42,4 +41,4 @@ Now that you've got at least one **node** deployed, it's time to deploy your fir Remember that a service is a group of containers from the same container image. Services make it simple to scale your application across a number of nodes. They can also be linked one to another even if they are deployed on different nodes, regions, or even on different cloud providers. -[Continue the tutorial and deploy your first service](your_first_service.md). +[Continue the tutorial and deploy your first service](your_first_service.md). \ No newline at end of file diff --git a/docker-cloud/getting-started/your_first_service.md b/docker-cloud/getting-started/your_first_service.md index 1014c413dd..7041825f75 100644 --- a/docker-cloud/getting-started/your_first_service.md +++ b/docker-cloud/getting-started/your_first_service.md @@ -1,10 +1,9 @@ --- +description: Deploy your first service on Docker Cloud +keywords: service, Cloud, three redirect_from: - /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 title: Create your first service --- @@ -119,4 +118,4 @@ Click the links icon to the right of the endpoint. This opens a new tab and show ### What's next? -Learn more about [scaling your service](../apps/service-scaling.md), or check out some of our other [Deploy an app tutorial](deploy-app/index.md). +Learn more about [scaling your service](../apps/service-scaling.md), or check out some of our other [Deploy an app tutorial](deploy-app/index.md). \ No newline at end of file diff --git a/docker-cloud/index.md b/docker-cloud/index.md index c22da435bc..d8408615f3 100644 --- a/docker-cloud/index.md +++ b/docker-cloud/index.md @@ -1,7 +1,6 @@ --- description: Docker Cloud -keywords: -- Docker, cloud +keywords: Docker, cloud notoc: true title: Welcome to the Docker Cloud docs! --- @@ -42,4 +41,4 @@ title: Welcome to the Docker Cloud docs! API Docs || Frequently Asked Questions || Release Notes - + \ No newline at end of file diff --git a/docker-cloud/infrastructure/byoh.md b/docker-cloud/infrastructure/byoh.md index fbc13fd2b5..63e050d1df 100644 --- a/docker-cloud/infrastructure/byoh.md +++ b/docker-cloud/infrastructure/byoh.md @@ -1,11 +1,10 @@ --- +description: Use the Docker Cloud Agent +keywords: agent, Cloud, install redirect_from: - /docker-cloud/feature-reference/byoh/ - /docker-cloud/tutorials/byoh/ - /docker-cloud/getting-started/use-byon/ -description: Use the Docker Cloud Agent -keywords: -- agent, Cloud, install title: Use the Docker Cloud Agent --- @@ -128,4 +127,4 @@ script also tries to install the kernel headers required for `AUFS` support. > **Note**: If you remove, upgrade, or install over the version of Docker Engine bundled with the Docker Cloud Agent, your nodes may not maintain a connection with Docker Cloud correctly. You will have to reinstall a compatible Engine version (currently version 1.11.2-cs5). Contact Docker Support for more information. * If you were already using the `AUFS` storage driver before installing `dockercloud-agent`, your existing containers and images appear automatically once installation finishes. -* If you were using `devicemapper` or any other storage driver, and the `AUFS` driver installs successfully you will not be able to use your existing containers and images. You can check if the installation succeeded by running `docker info | grep Storage`. +* If you were using `devicemapper` or any other storage driver, and the `AUFS` driver installs successfully you will not be able to use your existing containers and images. You can check if the installation succeeded by running `docker info | grep Storage`. \ No newline at end of file diff --git a/docker-cloud/infrastructure/cloud-on-aws-faq.md b/docker-cloud/infrastructure/cloud-on-aws-faq.md index 97f0ccf2e4..b5cd5dc3cc 100644 --- a/docker-cloud/infrastructure/cloud-on-aws-faq.md +++ b/docker-cloud/infrastructure/cloud-on-aws-faq.md @@ -1,9 +1,8 @@ --- +description: Docker Cloud on AWS +keywords: Cloud, AWS, faq redirect_from: - /docker-cloud/faq/cloud-on-aws-faq/ -description: Docker Cloud on AWS -keywords: -- Cloud, AWS, faq title: Use Docker Cloud on AWS --- @@ -154,4 +153,4 @@ Use the dockercloud/dockup utility image to back up your volumes. You only need to run it taking the volumes of the container you want to back up with `volumes-from` and pass it the environment configuration of the container. -You can find more information in its Github repository. +You can find more information in its Github repository. \ No newline at end of file diff --git a/docker-cloud/infrastructure/cloud-on-packet.net-faq.md b/docker-cloud/infrastructure/cloud-on-packet.net-faq.md index 20be15f763..b240833b18 100644 --- a/docker-cloud/infrastructure/cloud-on-packet.net-faq.md +++ b/docker-cloud/infrastructure/cloud-on-packet.net-faq.md @@ -1,9 +1,8 @@ --- +description: Docker Cloud and Packet.net +keywords: Packet.net, Cloud, drives redirect_from: - /docker-cloud/faq/cloud-on-packet.net-faq/ -description: Docker Cloud and Packet.net -keywords: -- Packet.net, Cloud, drives title: Use Docker Cloud and Packet.net --- @@ -54,4 +53,4 @@ Packet.net copies SSH keys into the created device. This means you can upload yo Here is a list of known errors thrown by Packet.net API: - **You have reached the maximum number of projects you can create (number)**. Please contact `help@packet.net` -> Packet.net limits the number of projects that an account can create. Delete projects in the account or contact [Packet.net](https://www.packet.net/) support to increase the limit. -- **There is an error with your Packet.net account**. Please contact `help@packet.net` -> There is something else wrong with your Packet.net account. Contact [Packet.net](https://www.packet.net/) for more details. +- **There is an error with your Packet.net account**. Please contact `help@packet.net` -> There is something else wrong with your Packet.net account. Contact [Packet.net](https://www.packet.net/) for more details. \ No newline at end of file diff --git a/docker-cloud/infrastructure/deployment-strategies.md b/docker-cloud/infrastructure/deployment-strategies.md index cd940a9587..46db871123 100644 --- a/docker-cloud/infrastructure/deployment-strategies.md +++ b/docker-cloud/infrastructure/deployment-strategies.md @@ -1,9 +1,8 @@ --- +description: Schedule a deployment +keywords: schedule, deployment, container redirect_from: - /docker-cloud/feature-reference/deployment-strategies/ -description: Schedule a deployment -keywords: -- schedule, deployment, container title: Container distribution strategies --- @@ -52,4 +51,4 @@ When a service uses the `EVERY_NODE` strategy: > **Note**: Because of how links are configured when using the **every node** > strategy, you cannot currently switch from **every node** to **high -> availability** or **emptiest node** and vice versa. +> availability** or **emptiest node** and vice versa. \ No newline at end of file diff --git a/docker-cloud/infrastructure/docker-upgrade.md b/docker-cloud/infrastructure/docker-upgrade.md index 8a040ef8a1..c3bac3eb59 100644 --- a/docker-cloud/infrastructure/docker-upgrade.md +++ b/docker-cloud/infrastructure/docker-upgrade.md @@ -1,10 +1,9 @@ --- +description: Upgrade Docker Engine on a node +keywords: upgrade, engine, node redirect_from: - /docker-cloud/feature-reference/docker-upgrade/ - /docker-cloud/tutorials/docker-upgrade/ -description: Upgrade Docker Engine on a node -keywords: -- upgrade, engine, node title: Upgrade Docker Engine on a node --- @@ -33,4 +32,4 @@ restarted. # Upgrading nodes using the API and CLI -See our [API and CLI documentation](/apidocs/docker-cloud.md#upgrade-docker-daemon34) for more information on how to upgrade nodes with our API, SDKs and the CLI. +See our [API and CLI documentation](/apidocs/docker-cloud.md#upgrade-docker-daemon34) for more information on how to upgrade nodes with our API, SDKs and the CLI. \ No newline at end of file diff --git a/docker-cloud/infrastructure/index.md b/docker-cloud/infrastructure/index.md index cb26e08ffc..0c9df44220 100644 --- a/docker-cloud/infrastructure/index.md +++ b/docker-cloud/infrastructure/index.md @@ -1,7 +1,6 @@ --- description: Manage network in Docker Cloud -keywords: -- nodes, hosts, infrastructure, Cloud +keywords: nodes, hosts, infrastructure, Cloud title: Docker Cloud infrastructure overview --- @@ -71,4 +70,4 @@ The pages in this section explain how to link Docker Cloud to your infrastructur * [Link to Microsoft Azure hosts](link-azure.md) * [Link to Packet hosts](link-packet.md) * [Using Docker Cloud and Packet FAQ](cloud-on-packet.net-faq.md) -* [Link to SoftLayer hosts](link-softlayer.md) +* [Link to SoftLayer hosts](link-softlayer.md) \ No newline at end of file diff --git a/docker-cloud/infrastructure/link-aws.md b/docker-cloud/infrastructure/link-aws.md index adc9548490..a8c197ce48 100644 --- a/docker-cloud/infrastructure/link-aws.md +++ b/docker-cloud/infrastructure/link-aws.md @@ -1,10 +1,9 @@ --- +description: Link your Amazon Web Services account +keywords: AWS, Cloud, link redirect_from: - /docker-cloud/getting-started/beginner/link-aws/ - /docker-cloud/getting-started/link-aws/ -description: Link your Amazon Web Services account -keywords: -- AWS, Cloud, link title: Link an Amazon Web Services account --- @@ -123,4 +122,4 @@ Once you've created the a `dockercloud-policy`, attached it to a ## What's next? You're ready to start using AWS as the infrastructure provider -for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). +for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). \ No newline at end of file diff --git a/docker-cloud/infrastructure/link-azure.md b/docker-cloud/infrastructure/link-azure.md index 4922d97942..646a9f8fd5 100644 --- a/docker-cloud/infrastructure/link-azure.md +++ b/docker-cloud/infrastructure/link-azure.md @@ -1,10 +1,9 @@ --- +description: Link your Microsoft Azure account +keywords: Microsoft, Azure, account redirect_from: - /docker-cloud/getting-started/beginner/link-azure/ - /docker-cloud/getting-started/link-azure/ -description: Link your Microsoft Azure account -keywords: -- Microsoft, Azure, account title: Link a Microsoft Azure account --- @@ -40,4 +39,4 @@ Go back to Docker Cloud and enter the subscription ID in the **Azure credentials ## What's next? -You're ready to start using Microsoft Azure as the infrastructure provider for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). +You're ready to start using Microsoft Azure as the infrastructure provider for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). \ No newline at end of file diff --git a/docker-cloud/infrastructure/link-do.md b/docker-cloud/infrastructure/link-do.md index fe52422a8f..7cea8c0371 100644 --- a/docker-cloud/infrastructure/link-do.md +++ b/docker-cloud/infrastructure/link-do.md @@ -1,10 +1,9 @@ --- +description: Link your DigitalOcean account +keywords: link, DigitalOcean, account redirect_from: - /docker-cloud/getting-started/beginner/link-do/ - /docker-cloud/getting-started/link-do/ -description: Link your DigitalOcean account -keywords: -- link, DigitalOcean, account title: Link a DigitalOcean account --- @@ -29,4 +28,4 @@ Once you log in, a message appears prompting you to confirm the link. ## What's next? -You're ready to start using using DigitalOcean as the infrastructure provider for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). +You're ready to start using using DigitalOcean as the infrastructure provider for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). \ No newline at end of file diff --git a/docker-cloud/infrastructure/link-packet.md b/docker-cloud/infrastructure/link-packet.md index 14eaba7f7d..fdec9e39d2 100644 --- a/docker-cloud/infrastructure/link-packet.md +++ b/docker-cloud/infrastructure/link-packet.md @@ -1,10 +1,9 @@ --- +description: Link your Packet account +keywords: Packet, link, Cloud redirect_from: - /docker-cloud/getting-started/beginner/link-packet/ - /docker-cloud/getting-started/link-packet/ -description: Link your Packet account -keywords: -- Packet, link, Cloud title: Link a Packet account --- @@ -26,4 +25,4 @@ Go back to the Docker Cloud tab and paste the new API key in the `Authentication ## What's next? -You're ready to start using Packet as the infrastructure provider for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). +You're ready to start using Packet as the infrastructure provider for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). \ No newline at end of file diff --git a/docker-cloud/infrastructure/link-softlayer.md b/docker-cloud/infrastructure/link-softlayer.md index 3c9caecc3e..a3d29e64ea 100644 --- a/docker-cloud/infrastructure/link-softlayer.md +++ b/docker-cloud/infrastructure/link-softlayer.md @@ -1,10 +1,9 @@ --- +description: Link your SoftLayer account +keywords: SoftLayer, link, cloud redirect_from: - /docker-cloud/getting-started/beginner/link-softlayer/ - /docker-cloud/getting-started/link-softlayer/ -description: Link your SoftLayer account -keywords: -- SoftLayer, link, cloud title: Link a SoftLayer account --- @@ -70,4 +69,4 @@ Copy and paste the `username` and the `API Key` you received from SoftLayer into ## What's next? You're ready to start using SoftLayer as the infrastructure provider -for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). +for Docker Cloud! If you came here from the tutorial, click here to [continue the tutorial and deploy your first node](../getting-started/your_first_node.md). \ No newline at end of file diff --git a/docker-cloud/infrastructure/ssh-into-a-node.md b/docker-cloud/infrastructure/ssh-into-a-node.md index ce8ea6c47d..605427cae4 100644 --- a/docker-cloud/infrastructure/ssh-into-a-node.md +++ b/docker-cloud/infrastructure/ssh-into-a-node.md @@ -1,11 +1,10 @@ --- +description: SSHing into a Docker Cloud-managed node +keywords: ssh, Cloud, node redirect_from: - /docker-cloud/getting-started/intermediate/ssh-into-a-node/ - /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 title: SSH into a Docker Cloud-managed node --- @@ -102,4 +101,4 @@ Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-40-generic x86_64) https://landscape.canonical.com/ Last login: Mon Feb 2 23:29:54 2015 from pool-108-30-19-181.nycmny.fios.verizon.net root@13e9d739-admin:~# -``` +``` \ No newline at end of file diff --git a/docker-cloud/installing-cli.md b/docker-cloud/installing-cli.md index 618c13e4b5..e51b606db8 100644 --- a/docker-cloud/installing-cli.md +++ b/docker-cloud/installing-cli.md @@ -1,11 +1,10 @@ --- +description: Using the Docker Cloud CLI on Linux, Windows, and macOS, installing, updating, uninstall +keywords: cloud, command-line, CLI redirect_from: - /docker-cloud/getting-started/intermediate/installing-cli/ - /docker-cloud/getting-started/installing-cli/ - /docker-cloud/tutorials/installing-cli/ -description: Using the Docker Cloud CLI on Linux, Windows, and macOS, installing, updating, uninstall -keywords: -- cloud, command-line, CLI title: The Docker Cloud CLI --- @@ -111,4 +110,4 @@ Open your Terminal application and execute the following command: ``` $ brew uninstall docker-cloud -``` +``` \ No newline at end of file diff --git a/docker-cloud/orgs.md b/docker-cloud/orgs.md index 90c6323d47..05f67cc95c 100644 --- a/docker-cloud/orgs.md +++ b/docker-cloud/orgs.md @@ -1,7 +1,6 @@ --- description: Docker Cloud for Organizations and Teams -keywords: -- organizations, teams, Docker Cloud, resources, permissions +keywords: organizations, teams, Docker Cloud, resources, permissions title: Organizations and Teams in Docker Cloud --- @@ -226,4 +225,4 @@ keys. To create resources for an Organization, log in to Docker Cloud and switch to the Organization account. Create the repositories, services, stacks, or node -clusters as you would for any other account. +clusters as you would for any other account. \ No newline at end of file diff --git a/docker-cloud/overview.md b/docker-cloud/overview.md index dce9a35df7..c8559375b1 100644 --- a/docker-cloud/overview.md +++ b/docker-cloud/overview.md @@ -1,7 +1,6 @@ --- description: Docker Cloud Overview -keywords: -- Docker, cloud, three +keywords: Docker, cloud, three title: Docker Cloud overview --- @@ -42,4 +41,4 @@ image, you can use it to produce containers, which make up a service, or use Docker Cloud's stackfiles to combine it with other services and microservices, to form a full application. -![](images/cloud-stack.png) +![](images/cloud-stack.png) \ No newline at end of file diff --git a/docker-cloud/release-notes.md b/docker-cloud/release-notes.md index 0149a922ec..decad0bf9c 100644 --- a/docker-cloud/release-notes.md +++ b/docker-cloud/release-notes.md @@ -1,7 +1,6 @@ --- description: Docker Cloud -keywords: -- Docker, cloud, release, notes +keywords: Docker, cloud, release, notes title: Docker Cloud release notes --- @@ -78,4 +77,4 @@ The following release notes document changes since [Tutum v0.19.5](https://suppo ### Known issues - **Documentation screen captures** in most cases still reflect the Tutum interface and branding. We will update these and refresh the documentation as we go. -- **References to Tutum remain** in the documentation. We will update these and refresh the documentation as we go +- **References to Tutum remain** in the documentation. We will update these and refresh the documentation as we go \ No newline at end of file diff --git a/docker-cloud/slack-integration.md b/docker-cloud/slack-integration.md index 54b19b2438..8a38117128 100644 --- a/docker-cloud/slack-integration.md +++ b/docker-cloud/slack-integration.md @@ -1,9 +1,8 @@ --- +description: Integrate with Slack +keywords: Slack, integrate, notifications redirect_from: - /docker-cloud/tutorials/slack-integration/ -description: Integrate with Slack -keywords: -- Slack, integrate, notifications title: Set up Docker Cloud notifications in Slack --- @@ -47,4 +46,4 @@ Enjoy your new Slack channel integration! * From the Slack **Notifications** section you can also change the channel that the integration posts to. Click the reload icon (two arrows) next to the Slack integration to reopen the OAuth channel selector. -* Alternately, go to the Slack App Management page and search for "Docker Cloud". Click the result to see all of the Docker Cloud notification channels set for the Slack team. +* Alternately, go to the Slack App Management page and search for "Docker Cloud". Click the result to see all of the Docker Cloud notification channels set for the Slack team. \ No newline at end of file