mirror of https://github.com/docker/docs.git
Port misc DTR topics to template (#405)
This commit is contained in:
parent
1e7f55061c
commit
2515febf9c
|
@ -6,7 +6,16 @@ redirect_from:
|
|||
- /docker-hub-enterprise/
|
||||
- /docker-trusted-registry/overview/
|
||||
- /docker-trusted-registry/
|
||||
ui_tabs:
|
||||
- version: dtr-2.5
|
||||
orlower: true
|
||||
next_steps:
|
||||
- path: architecture/
|
||||
title: DTR architecture
|
||||
- path: admin/install/
|
||||
title: Install DTR
|
||||
---
|
||||
{% if include.version=="dtr-2.5" %}
|
||||
|
||||
Docker Trusted Registry (DTR) is the enterprise-grade image storage solution
|
||||
from Docker. You install it behind your firewall so that you can securely store
|
||||
|
@ -65,7 +74,4 @@ built in so that you can use
|
|||
and verify images. For more information about managing Notary data in DTR see
|
||||
the [DTR-specific notary documentation](user/manage-images/manage-trusted-repositories.md).
|
||||
|
||||
## Where to go next
|
||||
|
||||
* [DTR architecture](architecture.md)
|
||||
* [Install DTR](admin/install/index.md)
|
||||
{% endif %}
|
||||
|
|
|
@ -3,10 +3,26 @@ title: DTR 2.5 release notes
|
|||
description: Learn about the new features, bug fixes, and breaking changes for Docker Trusted Registry
|
||||
keywords: docker trusted registry, whats new, release notes
|
||||
toc_max: 2
|
||||
ui_tabs:
|
||||
- version: dtr-2.5
|
||||
orhigher: false
|
||||
- version: dtr-2.4
|
||||
orlower: true
|
||||
---
|
||||
{% if include.version=="dtr-2.5" %}
|
||||
|
||||
Here you can learn about new features, bug fixes, breaking changes, and
|
||||
known issues for each DTR version.
|
||||
|
||||
You can then use [the upgrade instructions](admin/upgrade.md),
|
||||
to upgrade your installation to the latest release.
|
||||
|
||||
{% elsif include.version=="dtr-2.4" %}
|
||||
|
||||
- [DTR 2.4 release notes](/datacenter/dtr/2.4/guides/release-notes.md)
|
||||
- [DTR 2.3 release notes](/datacenter/dtr/2.3/guides/release-notes.md)
|
||||
- [DTR 2.2 release notes](/datacenter/dtr/2.2/guides/release-notes/index.md)
|
||||
- [DTR 2.1 release notes](/datacenter/dtr/2.1/guides/release-notes.md)
|
||||
- [DTR 2.0 release notes](/datacenter/dtr/2.0/release-notes/index.md)
|
||||
|
||||
{% endif %}
|
||||
|
|
|
@ -3,8 +3,13 @@ title: Get support for DTR
|
|||
description: Your Docker subscription gives you access to prioritized support. You
|
||||
can file tickets via email, your the support portal.
|
||||
keywords: support, help
|
||||
ui_tabs:
|
||||
- version: dtr-2.5
|
||||
orlower: true
|
||||
---
|
||||
|
||||
{% if include.version=="dtr-2.5" %}
|
||||
|
||||
Your Docker Data Center, or Docker Trusted Registry subscription gives you
|
||||
access to prioritized support. The service levels depend on your subscription.
|
||||
|
||||
|
@ -14,3 +19,5 @@ If you need help, you can file a ticket via:
|
|||
* [Docker support page](https://support.docker.com/)
|
||||
|
||||
Be sure to use your company email when filing tickets.
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue