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.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/docker/README.rst b/contrib/docker/README.rst
deleted file mode 100644
index 90a576c..0000000
--- a/contrib/docker/README.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-python-gitlab docker image
-==========================
-
-Dockerfile contributed by *oupala*:
-https://github.com/python-gitlab/python-gitlab/issues/295
-
-How to build
-------------
-
-``docker build -t me/python-gitlab:VERSION .``
-
-How to use
-----------
-
-``docker run -it -v /path/to/python-gitlab.cfg:/python-gitlab.cfg python-gitlab <command> ...``
-
-To make things easier you can create a shell alias:
-
-``alias gitlab='docker run --rm -it -v /path/to/python-gitlab.cfg:/python-gitlab.cfg python-gitlab``