Skip to content

Commit ca3b438

Browse files
authored
Merge pull request #2113 from tuxiqae/patch-1
Remove redundant `-v` that breaks the command
2 parents 0e4db56 + c523e18 commit ca3b438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Run your own image:
104104

105105
.. code-block:: console
106106
107-
$ docker run -it --rm -v python-gitlab:latest <command> ...
107+
$ docker run -it --rm python-gitlab:latest <command> ...
108108
109109
Build a Debian slim-based image:
110110

0 commit comments

Comments
 (0)