rewording
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user