Merge pull request #488 from gdevillele/PR_keywords_type_fix_for_dockercloud

fix type of keywords entry in frontmatter (in /docker-cloud/ dir)
This commit is contained in:
LRubin 2016-11-09 10:25:50 -08:00 committed by GitHub
commit 844471f473
62 changed files with 175 additions and 237 deletions

View File

@ -1,9 +1,8 @@
--- ---
description: API Roles
keywords: API, Services, roles
redirect_from: redirect_from:
- /docker-cloud/feature-reference/api-roles/ - /docker-cloud/feature-reference/api-roles/
description: API Roles
keywords:
- API, Services, roles
title: Service API roles title: Service API roles
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Autodestroy
keywords: Autodestroy, service, terminate, container
redirect_from: redirect_from:
- /docker-cloud/feature-reference/auto-destroy/ - /docker-cloud/feature-reference/auto-destroy/
description: Autodestroy
keywords:
- Autodestroy, service, terminate, container
title: Destroy containers automatically title: Destroy containers automatically
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Autoredeploy
keywords: Autoredeploy, image, store, service
redirect_from: redirect_from:
- /docker-cloud/feature-reference/auto-redeploy/ - /docker-cloud/feature-reference/auto-redeploy/
description: Autoredeploy
keywords:
- Autoredeploy, image, store, service
title: Redeploy services automatically title: Redeploy services automatically
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Automatically restart a container in Docker Cloud
keywords: container, restart, automated
redirect_from: redirect_from:
- /docker-cloud/feature-reference/autorestart/ - /docker-cloud/feature-reference/autorestart/
description: Automatically restart a container in Docker Cloud
keywords:
- container, restart, automated
title: Restart a container automatically title: Restart a container automatically
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Deployment tags
keywords: Deployment, tags, services
redirect_from: redirect_from:
- /docker-cloud/feature-reference/deploy-tags/ - /docker-cloud/feature-reference/deploy-tags/
description: Deployment tags
keywords:
- Deployment, tags, services
title: Deployment tags title: Deployment tags
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Deploy to Docker Cloud
keywords: deploy, docker, cloud
redirect_from: redirect_from:
- /docker-cloud/feature-reference/deploy-to-cloud/ - /docker-cloud/feature-reference/deploy-to-cloud/
- /docker-cloud/tutorials/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 title: Add a "Deploy to Docker Cloud" button
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Manage your Docker Cloud Applications description: Manage your Docker Cloud Applications
keywords: keywords: applications, reference, Cloud
- applications, reference, Cloud
title: Applications in Docker Cloud title: Applications in Docker Cloud
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Create a proxy or load balancer
keywords: proxy, load, balancer
redirect_from: redirect_from:
- /docker-cloud/getting-started/intermediate/load-balance-hello-world/ - /docker-cloud/getting-started/intermediate/load-balance-hello-world/
- /docker-cloud/tutorials/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 title: Create a proxy or load balancer
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Publish and expose service or container ports
keywords: publish, expose, ports, containers, services
redirect_from: redirect_from:
- /docker-cloud/feature-reference/ports/ - /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 title: Publish and expose service or container ports
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Service discovery
keywords: service, discover, links
redirect_from: redirect_from:
- /docker-cloud/feature-reference/service-links/ - /docker-cloud/feature-reference/service-links/
description: Service discovery
keywords:
- service, discover, links
title: Service discovery and links title: Service discovery and links
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Redeploy running services
keywords: redeploy, running, services
redirect_from: redirect_from:
- /docker-cloud/feature-reference/service-redeploy/ - /docker-cloud/feature-reference/service-redeploy/
description: Redeploy running services
keywords:
- redeploy, running, services
title: Redeploy a running service title: Redeploy a running service
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Scale your service, spawn new containers
keywords: spawn, container, service, deploy
redirect_from: redirect_from:
- /docker-cloud/feature-reference/service-scaling/ - /docker-cloud/feature-reference/service-scaling/
description: Scale your service, spawn new containers
keywords:
- spawn, container, service, deploy
title: Scale your service title: Scale your service
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Stack YAML reference
keywords: YAML, stack, reference
redirect_from: redirect_from:
- /docker-cloud/feature-reference/stack-yaml-reference/ - /docker-cloud/feature-reference/stack-yaml-reference/
description: Stack YAML reference
keywords:
- YAML, stack, reference
title: Stack file YAML reference title: Stack file YAML reference
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Manage service stacks
keywords: service, stack, yaml
redirect_from: redirect_from:
- /docker-cloud/feature-reference/stacks/ - /docker-cloud/feature-reference/stacks/
description: Manage service stacks
keywords:
- service, stack, yaml
title: Manage service stacks title: Manage service stacks
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Use triggers
keywords: API, triggers, endpoints
redirect_from: redirect_from:
- /docker-cloud/feature-reference/triggers/ - /docker-cloud/feature-reference/triggers/
description: Use triggers
keywords:
- API, triggers, endpoints
title: Use triggers title: Use triggers
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Work with data volumes
keywords: data, volumes, create, reuse
redirect_from: redirect_from:
- /docker-cloud/tutorials/download-volume-data/ - /docker-cloud/tutorials/download-volume-data/
- /docker-cloud/feature-reference/volumes/ - /docker-cloud/feature-reference/volumes/
description: Work with data volumes
keywords:
- data, volumes, create, reuse
title: Work with data volumes title: Work with data volumes
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Automated builds description: Automated builds
keywords: keywords: automated, build, images
- automated, build, images
title: Advanced options for Autobuild and Autotest title: Advanced options for Autobuild and Autotest
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Automated builds
keywords: automated, build, images
redirect_from: redirect_from:
- /docker-cloud/feature-reference/automated-build/ - /docker-cloud/feature-reference/automated-build/
description: Automated builds
keywords:
- automated, build, images
title: Automated builds title: Automated builds
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Automated tests
keywords: Automated, testing, repository
redirect_from: redirect_from:
- /docker-cloud/feature-reference/automated-testing/ - /docker-cloud/feature-reference/automated-testing/
description: Automated tests
keywords:
- Automated, testing, repository
title: Automated repository tests title: Automated repository tests
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: "Docker Security Scanning: automatic image scanning" description: 'Docker Security Scanning: automatic image scanning'
keywords: keywords: Docker, docker, scan, scanning, security, registry, plans, Docker Cloud, docs, documentation, trusted, builds, trusted builds, automated builds
- Docker, docker, scan, scanning, security, registry, plans, Docker Cloud, docs, documentation, trusted, builds, trusted builds, automated builds
title: Docker Security Scanning title: Docker Security Scanning
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Manage Builds and Images in Docker Cloud description: Manage Builds and Images in Docker Cloud
keywords: keywords: builds, images, Cloud
- builds, images, Cloud
notoc: true notoc: true
title: Builds and images overview title: Builds and images overview
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Link to your source code repository
keywords: sourcecode, github, bitbucket, Cloud
redirect_from: redirect_from:
- /docker-cloud/tutorials/link-source/ - /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 title: Link Docker Cloud to a source code provider
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Push images to Docker Cloud
keywords: images, private, registry
redirect_from: redirect_from:
- /docker-cloud/getting-started/intermediate/pushing-images-to-dockercloud/ - /docker-cloud/getting-started/intermediate/pushing-images-to-dockercloud/
- /docker-cloud/tutorials/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 title: Push images to Docker Cloud
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Create and edit Docker Cloud repositories description: Create and edit Docker Cloud repositories
keywords: keywords: Docker Cloud repositories, automated, build, images
- Docker Cloud repositories, automated, build, images
title: Docker Cloud repositories title: Docker Cloud repositories
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Known Docker Engine issues in Docker Cloud
keywords: Engine, issues, troubleshoot
redirect_from: redirect_from:
- /docker-cloud/faq/docker-errors-faq/ - /docker-cloud/faq/docker-errors-faq/
description: Known Docker Engine issues in Docker Cloud
keywords:
- Engine, issues, troubleshoot
title: Known issues in Docker Cloud title: Known issues in Docker Cloud
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Using your DockerID to log in to Docker Cloud description: Using your DockerID to log in to Docker Cloud
keywords: keywords: one, two, three
- one, two, three
title: Docker ID and Docker Cloud settings title: Docker ID and Docker Cloud settings
--- ---

View File

@ -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: redirect_from:
- /docker-cloud/getting-started/use-hosted/ - /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 title: Link to your infrastructure
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Provision a data backend for the service
keywords: provision, Python, service
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/10_provision_a_data_backend_for_your_service/ - /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/ - /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 title: Provision a data backend for your service
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Stackfiles for your service
keywords: Python, service, stack
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/11_service_stacks/ - /docker-cloud/getting-started/python/11_service_stacks/
description: Stackfiles for your service
keywords:
- Python, service, stack
title: Stackfiles for your service title: Stackfiles for your service
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Data management with Volumes
keywords: Python, data, management
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/12_data_management_with_volumes/ - /docker-cloud/getting-started/python/12_data_management_with_volumes/
description: Data management with Volumes
keywords:
- Python, data, management
title: Data management with volumes title: Data management with volumes
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Deploy an app to Docker Cloud
keywords: deploy, Python, application
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/1_introduction/ - /docker-cloud/getting-started/python/1_introduction/
- /docker-cloud/getting-started/golang/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 title: Introduction to deploying an app in Docker Cloud
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Set up the application
keywords: Python, application, setup
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/2_set_up/ - /docker-cloud/getting-started/python/2_set_up/
- /docker-cloud/getting-started/golang/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 title: Set up your environment
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Prepare the application
keywords: Python, prepare, application
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/3_prepare_the_app/ - /docker-cloud/getting-started/python/3_prepare_the_app/
- /docker-cloud/getting-started/golang/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 title: Prepare the application
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Push the Docker image to Docker Cloud's Registry
keywords: image, Docker, cloud
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/4_push_to_cloud_registry/ - /docker-cloud/getting-started/python/4_push_to_cloud_registry/
- /docker-cloud/getting-started/golang/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 title: Push the image to Docker Cloud's registry
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Deploy the app as a Docker Cloud service
keywords: Python, deploy, Cloud
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/5_deploy_the_app_as_a_service/ - /docker-cloud/getting-started/python/5_deploy_the_app_as_a_service/
- /docker-cloud/getting-started/golang/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 title: Deploy the app as a Docker Cloud service
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Define environment variables
keywords: Python, service, environment, service
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/6_define_environment_variables/ - /docker-cloud/getting-started/python/6_define_environment_variables/
- /docker-cloud/getting-started/golang/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 title: Define environment variables
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Scale the service
keywords: scale, Python, service
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/7_scale_the_service/ - /docker-cloud/getting-started/python/7_scale_the_service/
- /docker-cloud/getting-started/golang/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 title: Scale the service
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: View service logs
keywords: View, logs, Python
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/8_view_logs/ - /docker-cloud/getting-started/python/8_view_logs/
- /docker-cloud/getting-started/golang/8_view_logs/ - /docker-cloud/getting-started/golang/8_view_logs/
description: View service logs
keywords:
- View, logs, Python
title: View service logs title: View service logs
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Load-balance the service
keywords: load, balance, Python
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/9_load-balance_the_service/ - /docker-cloud/getting-started/python/9_load-balance_the_service/
- /docker-cloud/getting-started/golang/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 title: Load-balance the service
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Go or Python and Docker Cloud
keywords: Python, Go, Docker, Cloud, application
redirect_from: redirect_from:
- /docker-cloud/getting-started/python/ - /docker-cloud/getting-started/python/
- /docker-cloud/getting-started/golang/ - /docker-cloud/getting-started/golang/
description: Go or Python and Docker Cloud
keywords:
- Python, Go, Docker, Cloud, application
title: Deploy an application title: Deploy an application
--- ---

View File

@ -1,8 +1,7 @@
--- ---
description: 'Getting Started with Docker Cloud: Setting up a node using a hosted description: 'Getting Started with Docker Cloud: Setting up a node using a hosted
cloud provider or your own nodes, deploying a service and clustering.' cloud provider or your own nodes, deploying a service and clustering.'
keywords: keywords: one, two, three
- one, two, three
title: Getting started with Docker Cloud title: Getting started with Docker Cloud
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Introducing Docker Cloud concepts and terminology
keywords: node, create, understand
redirect_from: redirect_from:
- /docker-cloud/getting-started/beginner/intro_cloud/ - /docker-cloud/getting-started/beginner/intro_cloud/
description: Introducing Docker Cloud concepts and terminology
keywords:
- node, create, understand
title: Introducing Docker Cloud title: Introducing Docker Cloud
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Deploy your first node on Docker Cloud
keywords: node, create, understand
redirect_from: redirect_from:
- /docker-cloud/getting-started/beginner/your_first_node/ - /docker-cloud/getting-started/beginner/your_first_node/
- /docker-cloud/getting-started/beginner/deploy_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 title: Deploy your first node
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Deploy your first service on Docker Cloud
keywords: service, Cloud, three
redirect_from: redirect_from:
- /docker-cloud/getting-started/beginner/your_first_service/ - /docker-cloud/getting-started/beginner/your_first_service/
- /docker-cloud/getting-started/beginner/deploy_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 title: Create your first service
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Docker Cloud description: Docker Cloud
keywords: keywords: Docker, cloud
- Docker, cloud
notoc: true notoc: true
title: Welcome to the Docker Cloud docs! title: Welcome to the Docker Cloud docs!
--- ---

View File

@ -1,11 +1,10 @@
--- ---
description: Use the Docker Cloud Agent
keywords: agent, Cloud, install
redirect_from: redirect_from:
- /docker-cloud/feature-reference/byoh/ - /docker-cloud/feature-reference/byoh/
- /docker-cloud/tutorials/byoh/ - /docker-cloud/tutorials/byoh/
- /docker-cloud/getting-started/use-byon/ - /docker-cloud/getting-started/use-byon/
description: Use the Docker Cloud Agent
keywords:
- agent, Cloud, install
title: Use the Docker Cloud Agent title: Use the Docker Cloud Agent
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Docker Cloud on AWS
keywords: Cloud, AWS, faq
redirect_from: redirect_from:
- /docker-cloud/faq/cloud-on-aws-faq/ - /docker-cloud/faq/cloud-on-aws-faq/
description: Docker Cloud on AWS
keywords:
- Cloud, AWS, faq
title: Use Docker Cloud on AWS title: Use Docker Cloud on AWS
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Docker Cloud and Packet.net
keywords: Packet.net, Cloud, drives
redirect_from: redirect_from:
- /docker-cloud/faq/cloud-on-packet.net-faq/ - /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 title: Use Docker Cloud and Packet.net
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Schedule a deployment
keywords: schedule, deployment, container
redirect_from: redirect_from:
- /docker-cloud/feature-reference/deployment-strategies/ - /docker-cloud/feature-reference/deployment-strategies/
description: Schedule a deployment
keywords:
- schedule, deployment, container
title: Container distribution strategies title: Container distribution strategies
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Upgrade Docker Engine on a node
keywords: upgrade, engine, node
redirect_from: redirect_from:
- /docker-cloud/feature-reference/docker-upgrade/ - /docker-cloud/feature-reference/docker-upgrade/
- /docker-cloud/tutorials/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 title: Upgrade Docker Engine on a node
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Manage network in Docker Cloud description: Manage network in Docker Cloud
keywords: keywords: nodes, hosts, infrastructure, Cloud
- nodes, hosts, infrastructure, Cloud
title: Docker Cloud infrastructure overview title: Docker Cloud infrastructure overview
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Link your Amazon Web Services account
keywords: AWS, Cloud, link
redirect_from: redirect_from:
- /docker-cloud/getting-started/beginner/link-aws/ - /docker-cloud/getting-started/beginner/link-aws/
- /docker-cloud/getting-started/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 title: Link an Amazon Web Services account
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Link your Microsoft Azure account
keywords: Microsoft, Azure, account
redirect_from: redirect_from:
- /docker-cloud/getting-started/beginner/link-azure/ - /docker-cloud/getting-started/beginner/link-azure/
- /docker-cloud/getting-started/link-azure/ - /docker-cloud/getting-started/link-azure/
description: Link your Microsoft Azure account
keywords:
- Microsoft, Azure, account
title: Link a Microsoft Azure account title: Link a Microsoft Azure account
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Link your DigitalOcean account
keywords: link, DigitalOcean, account
redirect_from: redirect_from:
- /docker-cloud/getting-started/beginner/link-do/ - /docker-cloud/getting-started/beginner/link-do/
- /docker-cloud/getting-started/link-do/ - /docker-cloud/getting-started/link-do/
description: Link your DigitalOcean account
keywords:
- link, DigitalOcean, account
title: Link a DigitalOcean account title: Link a DigitalOcean account
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Link your Packet account
keywords: Packet, link, Cloud
redirect_from: redirect_from:
- /docker-cloud/getting-started/beginner/link-packet/ - /docker-cloud/getting-started/beginner/link-packet/
- /docker-cloud/getting-started/link-packet/ - /docker-cloud/getting-started/link-packet/
description: Link your Packet account
keywords:
- Packet, link, Cloud
title: Link a Packet account title: Link a Packet account
--- ---

View File

@ -1,10 +1,9 @@
--- ---
description: Link your SoftLayer account
keywords: SoftLayer, link, cloud
redirect_from: redirect_from:
- /docker-cloud/getting-started/beginner/link-softlayer/ - /docker-cloud/getting-started/beginner/link-softlayer/
- /docker-cloud/getting-started/link-softlayer/ - /docker-cloud/getting-started/link-softlayer/
description: Link your SoftLayer account
keywords:
- SoftLayer, link, cloud
title: Link a SoftLayer account title: Link a SoftLayer account
--- ---

View File

@ -1,11 +1,10 @@
--- ---
description: SSHing into a Docker Cloud-managed node
keywords: ssh, Cloud, node
redirect_from: redirect_from:
- /docker-cloud/getting-started/intermediate/ssh-into-a-node/ - /docker-cloud/getting-started/intermediate/ssh-into-a-node/
- /docker-cloud/tutorials/ssh-into-a-node/ - /docker-cloud/tutorials/ssh-into-a-node/
- /docker-cloud/faq/how-ssh-nodes/ - /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 title: SSH into a Docker Cloud-managed node
--- ---

View File

@ -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: redirect_from:
- /docker-cloud/getting-started/intermediate/installing-cli/ - /docker-cloud/getting-started/intermediate/installing-cli/
- /docker-cloud/getting-started/installing-cli/ - /docker-cloud/getting-started/installing-cli/
- /docker-cloud/tutorials/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 title: The Docker Cloud CLI
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Docker Cloud for Organizations and Teams description: Docker Cloud for Organizations and Teams
keywords: keywords: organizations, teams, Docker Cloud, resources, permissions
- organizations, teams, Docker Cloud, resources, permissions
title: Organizations and Teams in Docker Cloud title: Organizations and Teams in Docker Cloud
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Docker Cloud Overview description: Docker Cloud Overview
keywords: keywords: Docker, cloud, three
- Docker, cloud, three
title: Docker Cloud overview title: Docker Cloud overview
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Docker Cloud description: Docker Cloud
keywords: keywords: Docker, cloud, release, notes
- Docker, cloud, release, notes
title: Docker Cloud release notes title: Docker Cloud release notes
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Integrate with Slack
keywords: Slack, integrate, notifications
redirect_from: redirect_from:
- /docker-cloud/tutorials/slack-integration/ - /docker-cloud/tutorials/slack-integration/
description: Integrate with Slack
keywords:
- Slack, integrate, notifications
title: Set up Docker Cloud notifications in Slack title: Set up Docker Cloud notifications in Slack
--- ---