X Tutup
Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 499 Bytes

File metadata and controls

19 lines (12 loc) · 499 Bytes

python-gitlab docker image

Dockerfile contributed by oupala: python-gitlab#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

X Tutup