Skip to content

Commit aec9cb3

Browse files
author
Joao Fernandes
committed
Add DTR docs with history
2 parents b8e2a53 + aaf56dc commit aec9cb3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docker-trusted-registry/reference/install.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ menu:
99
title: install
1010
---
1111

12+
1213
# docker/dtr install
1314

1415
Install Docker Trusted Registry on this Docker Engine

docker-trusted-registry/reference/join.md

+8
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ title: join
1313

1414
Add a new replica to an existing DTR cluster
1515

16+
## Usage
17+
18+
```bash
19+
$ docker run -it --rm docker/dtr \
20+
join [command options]
21+
```
22+
23+
1624
## Description
1725

1826
This command installs DTR on the Docker Engine that runs the command,

0 commit comments

Comments
 (0)