From c523e186cc48f6bcac5245e3109b50a3852d16ef Mon Sep 17 00:00:00 2001 From: Sagi Sarussi Date: Tue, 28 Jun 2022 17:54:11 +0000 Subject: [PATCH] docs(readme): Remove redundant `-v` that breaks the command Remove redundant `-v` that breaks the command --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f3d131e46..fcda39658 100644 --- a/README.rst +++ b/README.rst @@ -104,7 +104,7 @@ Run your own image: .. code-block:: console - $ docker run -it --rm -v python-gitlab:latest ... + $ docker run -it --rm python-gitlab:latest ... Build a Debian slim-based image: