rewording

This commit is contained in:
Andrey Pohilko
2018-06-01 20:23:22 +06:00
parent 55b9914df7
commit 159893274a

View File

@@ -14,14 +14,7 @@ You can download ready-made docker image with the script and all python dependen
docker pull anoxis/registry-cli docker pull anoxis/registry-cli
``` ```
In this case, replace the following text In this case, replace `registry.py` with `docker run --rm anoxis/registry-cli`
```
registry.py
```
with
```
docker run --rm anoxis/registry-cli
```
in all commands below, e.g. in all commands below, e.g.
``` ```
docker run --rm anoxis/registry-cli -r http://example.com:5000 docker run --rm anoxis/registry-cli -r http://example.com:5000