Merge pull request #870 from demoth/patch-1

README.md - fix usage comments
This commit is contained in:
Kubernetes Prow Robot 2024-04-13 13:40:35 -07:00 committed by GitHub
commit 9d546c38fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ export DIR="/tmp/git-data"
mkdir -p $DIR
# run the container (as your own UID)
# run the container
docker run -d \
-v $DIR:/tmp/git \
-u$(id -u):$(id -g) \