mirror of https://github.com/docker/docs.git
Bump version for Beta2 (#424)
This commit is contained in:
parent
f907b00ede
commit
b5ace42d66
|
@ -58,7 +58,7 @@ dtr_versions:
|
||||||
path: /datacenter/dtr/2.0/
|
path: /datacenter/dtr/2.0/
|
||||||
|
|
||||||
tablabels:
|
tablabels:
|
||||||
dee-2.0: Docker Enterprise Edition 2.0
|
dee-2.0: Docker Enterprise Edition 2.0 Beta2
|
||||||
ucp-3.0: Universal Control Plane 3.0
|
ucp-3.0: Universal Control Plane 3.0
|
||||||
ucp-2.2: Universal Control Plane 2.2
|
ucp-2.2: Universal Control Plane 2.2
|
||||||
dtr-2.5: Docker Trusted Registry 2.5
|
dtr-2.5: Docker Trusted Registry 2.5
|
||||||
|
@ -155,7 +155,7 @@ defaults:
|
||||||
values:
|
values:
|
||||||
dtr_org: "docker"
|
dtr_org: "docker"
|
||||||
dtr_repo: "dtr"
|
dtr_repo: "dtr"
|
||||||
dtr_version: "2.5.0"
|
dtr_version: "2.5.0-beta2"
|
||||||
- scope:
|
- scope:
|
||||||
path: "datacenter/dtr/2.4"
|
path: "datacenter/dtr/2.4"
|
||||||
values:
|
values:
|
||||||
|
@ -191,7 +191,7 @@ defaults:
|
||||||
values:
|
values:
|
||||||
ucp_org: "docker"
|
ucp_org: "docker"
|
||||||
ucp_repo: "ucp"
|
ucp_repo: "ucp"
|
||||||
ucp_version: "3.0.0-beta1"
|
ucp_version: "3.0.0-beta2"
|
||||||
- scope:
|
- scope:
|
||||||
path: "datacenter/ucp/2.2"
|
path: "datacenter/ucp/2.2"
|
||||||
values:
|
values:
|
||||||
|
|
|
@ -19,7 +19,7 @@ for each of the following components:
|
||||||
|
|
||||||
1. Docker Swarm. [Backup Swarm resources like service and network definitions](/engine/swarm/admin_guide.md#back-up-the-swarm).
|
1. Docker Swarm. [Backup Swarm resources like service and network definitions](/engine/swarm/admin_guide.md#back-up-the-swarm).
|
||||||
2. Universal Control Plane (UCP). [Backup UCP configurations](/ee/ucp/admin/backups-and-disaster-recovery.md).
|
2. Universal Control Plane (UCP). [Backup UCP configurations](/ee/ucp/admin/backups-and-disaster-recovery.md).
|
||||||
3. Docker Trusted Registry (DTR). [Backup DTR configurations and images](/ee/dtr/admin/backups-and-disaster-recovery.md).
|
3. Docker Trusted Registry (DTR). [Backup DTR configurations and images](/ee/dtr/admin/disaster-recovery/index.md).
|
||||||
|
|
||||||
Before proceeding to backup the next component, you should test the backup you've
|
Before proceeding to backup the next component, you should test the backup you've
|
||||||
created to make sure it's not corrupt. One way to test your backups is to do
|
created to make sure it's not corrupt. One way to test your backups is to do
|
||||||
|
@ -40,6 +40,6 @@ components one by one:
|
||||||
|
|
||||||
1. Docker Engine. [Learn more](/engine/swarm/admin_guide.md#recover-from-disaster).
|
1. Docker Engine. [Learn more](/engine/swarm/admin_guide.md#recover-from-disaster).
|
||||||
2. Universal Control Plane (UCP). [Learn more](/ee/ucp/admin/backups-and-disaster-recovery.md#restore-your-swarm).
|
2. Universal Control Plane (UCP). [Learn more](/ee/ucp/admin/backups-and-disaster-recovery.md#restore-your-swarm).
|
||||||
3. Docker Trusted Registry (DTR). [Learn more](/ee/dtr/admin/backups-and-disaster-recovery.md#restore-dtr-data).
|
3. Docker Trusted Registry (DTR). [Learn more](/ee/dtr/admin/disaster-recovery/index.md).
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue