diff options
author | Valery V. Vorotyntsev <valery.vv@gmail.com> | 2019-11-30 19:54:43 +0200 |
---|---|---|
committer | Valery V. Vorotyntsev <valery.vv@gmail.com> | 2019-12-02 19:52:35 +0200 |
commit | b9a40d822bcff630a4c92c395c134f8c002ed1cb (patch) | |
tree | 33d135f95849e5e4de95df9fe6219c5b03f13170 | |
parent | 9961aaa1508e08a567c8c66cb194385788b8113e (diff) | |
download | gitlab-b9a40d822bcff630a4c92c395c134f8c002ed1cb.tar.gz |
docs(readme): fix Docker image reference
v1.8.0 is not available.
```
Unable to find image 'registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0' locally
docker: Error response from daemon: manifest for registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 not found: manifest unknown: manifest unknown.
```
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ How to use or run it directly from the upstream image: -``docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:v1.8.0 <command> ...`` +``docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:latest <command> ...`` To change the GitLab URL, use `-e GITLAB_URL=<your url>` |