docs/docker-trusted-registry/install/system-requirements.md

55 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description: Learn about the system requirements for installing Docker Trusted Registry.
keywords:
- docker, DTR, architecture, requirements
menu:
main:
identifier: dtr_system_requirements
parent: dtr-menu-install
weight: 0
title: System requirements
---
# DTR system requirements
Docker Trusted Registry can be installed on-premises or on the cloud.
Before installing, be sure your infrastructure has these requirements.
## Software requirements
To install DTR on a node, that node node must be part of a Docker Universal
Control Plane 1.1 cluster.
## Ports used
When installing DTR on a node, make sure the following ports are open on that
node:
| Direction | Port | Purpose |
|:---------:|:-----|:---------------------------------------------------------------------------------|
| in | 80 | Web app and API client access to DTR. |
| in | 443 | Web app and API client access to DTR. |
| out | 443 | Check if new versions are available, and send anonymous usage reports to Docker. |
The inbound ports are configurable.
DTR collects anonymous usage metrics, to help us improve it. These metrics
are entirely anonymous, dont identify your company, users, applications,
or any other sensitive information. You can disable this on the DTR settings
page.
## Compatibility and maintenance lifecycle
Docker Datacenter is a software subscription that includes 3 products:
* CS Docker Engine,
* Docker Trusted Registry,
* Docker Universal Control Plane.
[Learn more about the maintenance lifecycle for these products](http://success.docker.com/Get_Help/Compatibility_Matrix_and_Maintenance_Lifecycle).
## Where to go next
* [DTR architecture](../architecture.md)
* [Install DTR](index.md)