We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8e2a53 + aaf56dc commit aec9cb3Copy full SHA for aec9cb3
docker-trusted-registry/reference/install.md
@@ -9,6 +9,7 @@ menu:
9
title: install
10
---
11
12
+
13
# docker/dtr install
14
15
Install Docker Trusted Registry on this Docker Engine
docker-trusted-registry/reference/join.md
@@ -13,6 +13,14 @@ title: join
Add a new replica to an existing DTR cluster
16
+## Usage
17
18
+```bash
19
+$ docker run -it --rm docker/dtr \
20
+ join [command options]
21
+```
22
23
24
## Description
25
26
This command installs DTR on the Docker Engine that runs the command,
0 commit comments