mirror of https://github.com/docker/docs.git
Bump UCP version to beta1; fix link to architecture topic (#350)
This commit is contained in:
parent
94d64e2763
commit
7702a698eb
|
@ -185,7 +185,7 @@ defaults:
|
|||
values:
|
||||
ucp_org: "docker"
|
||||
ucp_repo: "ucp"
|
||||
ucp_version: "3.0.0"
|
||||
ucp_version: "3.0.0-beta1"
|
||||
- scope:
|
||||
path: "datacenter/ucp/2.2"
|
||||
values:
|
||||
|
|
|
@ -76,5 +76,5 @@ that use Docker images you know and trust.
|
|||
|
||||
## Where to go next
|
||||
|
||||
* [UCP architecture](architecture.md)
|
||||
* [UCP architecture](/enterprise/ucp-architecture.md)
|
||||
* [Install UCP](admin/install/index.md)
|
||||
|
|
|
@ -1,13 +1,7 @@
|
|||
---
|
||||
title: Docker EE architecture
|
||||
description: |
|
||||
Learn about the architecture of Docker Enterprise Edition and how it delivers high availability for your workloads.
|
||||
description: Learn about the architecture of Docker Enterprise Edition and how it delivers high availability for your workloads.
|
||||
keywords: Docker EE, UCP, DTR, architecture, orchestration, Kubernetes, Swarm, cluster, high availability
|
||||
next_steps:
|
||||
- path: ucp-architecture
|
||||
title: UCP architecture
|
||||
- path: dtr-architecture
|
||||
title: DTR architecture
|
||||
---
|
||||
|
||||
Docker Enterprise Edition (EE) enables deploying your workloads for high
|
||||
|
@ -104,7 +98,9 @@ All DTR replicas run the same set of services, and changes to their configuratio
|
|||
are automatically propagated to other replicas.
|
||||
[Learn about DTR architecture](dtr-architecture.md).
|
||||
|
||||
## Where to go next
|
||||
|
||||
|
||||
- [UCP architecture](ucp-architecture.md)
|
||||
- [DTR architecture](dtr-architecture.md)
|
||||
|
||||
|
Loading…
Reference in New Issue