Bump UCP version to beta1; fix link to architecture topic (#350)

This commit is contained in:
Jim Galasyn 2017-12-13 09:55:28 -08:00
parent 94d64e2763
commit 7702a698eb
3 changed files with 6 additions and 10 deletions

View File

@ -185,7 +185,7 @@ defaults:
values: values:
ucp_org: "docker" ucp_org: "docker"
ucp_repo: "ucp" ucp_repo: "ucp"
ucp_version: "3.0.0" ucp_version: "3.0.0-beta1"
- scope: - scope:
path: "datacenter/ucp/2.2" path: "datacenter/ucp/2.2"
values: values:

View File

@ -76,5 +76,5 @@ that use Docker images you know and trust.
## Where to go next ## Where to go next
* [UCP architecture](architecture.md) * [UCP architecture](/enterprise/ucp-architecture.md)
* [Install UCP](admin/install/index.md) * [Install UCP](admin/install/index.md)

View File

@ -1,13 +1,7 @@
--- ---
title: Docker EE architecture title: Docker EE architecture
description: | description: Learn about the architecture of Docker Enterprise Edition and how it delivers high availability for your workloads.
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 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 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. are automatically propagated to other replicas.
[Learn about DTR architecture](dtr-architecture.md). [Learn about DTR architecture](dtr-architecture.md).
## Where to go next
- [UCP architecture](ucp-architecture.md)
- [DTR architecture](dtr-architecture.md)