]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Don't suggest using `sudo` with Docker
authorŁukasz Langa <lukasz@langa.pl>
Tue, 17 Mar 2020 10:35:41 +0000 (11:35 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 17 Mar 2020 10:35:41 +0000 (11:35 +0100)
Thanks for the tip, @imomaliev.

gallery/README.md

index ed3764044b65502cdfd865e2b9cbe3d9b9545e05..ea48e81a8432e2e066ce508ac715f2289bdd2ca1 100644 (file)
@@ -6,13 +6,13 @@ a selected PyPI package and seeing the results between _Black_ versions.
 ## Build
 
 ```console
-$ [sudo] docker build -t black_gallery .
+$ docker build -t black_gallery .
 ```
 
 ## Run
 
 ```console
-$ sudo docker run -it -v /host/output:/output -v /host/input:/input black_gallery:latest [args]
+$ docker run -it -v /host/output:/output -v /host/input:/input black_gallery:latest [args]
 ```
 
 ```