summaryrefslogtreecommitdiff
path: root/contrib/docker/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/docker/README.rst')
-rw-r--r--contrib/docker/README.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/docker/README.rst b/contrib/docker/README.rst
deleted file mode 100644
index 1627661..0000000
--- a/contrib/docker/README.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-python-gitlab docker image
-==========================
-
-How to build
-------------
-
-``docker build -t python-gitlab:VERSION .``
-
-How to use
-----------
-
-``docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> =/python-gitlab.cfg python-gitlab <command> ...``
-
-To change the endpoint, add `-e GITLAB_URL=<your url>`
-
-
-Bring your own config file:
-``docker run -it --rm -v /path/to/python-gitlab.cfg:/python-gitlab.cfg -e GITLAB_CFG=/python-gitlab.cfg python-gitlab <command> ...``
-
-