Merge branch 'published' into master

This commit is contained in:
Maria Bermudez 2019-04-19 17:56:37 -06:00 committed by GitHub
commit d092c823ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,6 @@ recommended for that system.
To create a DTR backup, load your UCP client bundle, and run the following
chained commands:
{% raw %}
```none
DTR_VERSION=$(docker container inspect $(docker container ps -f name=dtr-registry -q) | \
grep -m1 -Po '(?<=DTR_VERSION=)\d.\d.\d'); \

View File

@ -25,6 +25,7 @@ docker run -i --rm --log-driver none docker/dtr:{{ page.dtr_version }} \
#### Advanced (with chained commands)
{% raw %}
```bash
DTR_VERSION=$(docker container inspect $(docker container ps -f \
name=dtr-registry -q) | grep -m1 -Po '(?<=DTR_VERSION=)\d.\d.\d'); \