Skip to content

Commit 4965b11

Browse files
Merge pull request #411 from joaofnfernandes/dtr-2.0
Migrates DTR 2.0 docs with history
2 parents 7fc3bac + aec9cb3 commit 4965b11

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)