mirror of https://github.com/docker/docs.git
correcting headings to match the aws version of the topic
This commit is contained in:
parent
d258533325
commit
61311159f4
|
|
@ -4,16 +4,20 @@ keywords: documentation, docs, docker, cluster, infrastructure, automation, Azur
|
||||||
title: Get started with Docker Cluster on Azure
|
title: Get started with Docker Cluster on Azure
|
||||||
---
|
---
|
||||||
|
|
||||||
On this page you will create a docker cluster in Azure. The cluster created will have:
|
This topic discusses working with docker clusters in Azure, including how to:
|
||||||
- 3 UCP Managers
|
|
||||||
- 3 Workers
|
- [Create a cluster](#create-a-cluster)
|
||||||
- 3 DTR Replicas
|
- [View cluster information](#view-cluster-information)
|
||||||
|
- [Use context](#use-context)
|
||||||
|
- [Scale a cluster](#scale-a-cluster)
|
||||||
|
- [Back up a cluster](#back-up-a-cluster)
|
||||||
|
- [Upgrade a cluster](#upgrade-a-cluster)
|
||||||
|
- [Destroy a cluster](#destroy-a-cluster)
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
Make sure you have already installed [Docker Enterprise 3.0](https://www.docker.com/products/docker-enterprise)
|
- Completed installation of [Docker Enterprise 3.0](https://www.docker.com/products/docker-enterprise)
|
||||||
|
- Sign up for the following items for your Azure account:
|
||||||
Make sure you have already acquired the following items for your Azure account:
|
|
||||||
- Service Principal UUID
|
- Service Principal UUID
|
||||||
- Service Principal App Secret
|
- Service Principal App Secret
|
||||||
- Subscription UUID
|
- Subscription UUID
|
||||||
|
|
@ -46,6 +50,11 @@ credential data as needed.
|
||||||
|
|
||||||
## Create a cluster
|
## Create a cluster
|
||||||
|
|
||||||
|
When you create a docker cluster in Azure, the cluster created has:
|
||||||
|
- 3 UCP Managers
|
||||||
|
- 3 Workers
|
||||||
|
- 3 DTR Replicas
|
||||||
|
|
||||||
Create a file called `cluster.yml` in your directory and paste this in:
|
Create a file called `cluster.yml` in your directory and paste this in:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue