From d8c2cde20136688b8afadf778242260f94802b3e Mon Sep 17 00:00:00 2001 From: Graskaas Date: Mon, 28 Aug 2023 21:32:12 +0200 Subject: [PATCH] Update Docker instructions to include user permissions This is a fix for #10 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 88dbb49..054a794 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,8 @@ Running rgit in Docker is also simple, just mount the directory containing your ```bash docker run --mount type=bind,source=/path/to/my-repos,target=/git \ + --user $UID:$GID \ -it ghcr.io/w4/rgit:main ``` + +**Note**: Take care to replace `$UID` and `$GID` with the UID and GID of the user that owns the directory containing your repositories or there will be errors! [See here](https://linuxhandbook.com/uid-linux/) to learn how to find the UID of a user. -- libgit2 1.7.2