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