diff options
author | Max Wittig <max.wittig@siemens.com> | 2019-12-02 23:23:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-02 23:23:11 +0100 |
commit | f6f5178c1dc7aeb3fdbee19b1768e30b2be4f4f4 (patch) | |
tree | 33d135f95849e5e4de95df9fe6219c5b03f13170 | |
parent | 9961aaa1508e08a567c8c66cb194385788b8113e (diff) | |
parent | b9a40d822bcff630a4c92c395c134f8c002ed1cb (diff) | |
download | gitlab-f6f5178c1dc7aeb3fdbee19b1768e30b2be4f4f4.tar.gz |
Merge pull request #958 from vvv/fix-docker-ref
README.rst: fix the upstream Docker image reference
-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>` |