mirror of https://github.com/docker/docs.git
Add DTR docs with history
This commit is contained in:
commit
aec9cb3957
|
@ -9,6 +9,7 @@ menu:
|
||||||
title: install
|
title: install
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
# docker/dtr install
|
# docker/dtr install
|
||||||
|
|
||||||
Install Docker Trusted Registry on this Docker Engine
|
Install Docker Trusted Registry on this Docker Engine
|
||||||
|
|
|
@ -13,6 +13,14 @@ title: join
|
||||||
|
|
||||||
Add a new replica to an existing DTR cluster
|
Add a new replica to an existing DTR cluster
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ docker run -it --rm docker/dtr \
|
||||||
|
join [command options]
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This command installs DTR on the Docker Engine that runs the command,
|
This command installs DTR on the Docker Engine that runs the command,
|
||||||
|
|
Loading…
Reference in New Issue