We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e695728 + 5425f59 commit 9d546c3Copy full SHA for 9d546c3
README.md
@@ -61,8 +61,6 @@ export DIR="/tmp/git-data"
61
mkdir -p $DIR
62
63
# run the container (as your own UID)
64
-
65
-# run the container
66
docker run -d \
67
-v $DIR:/tmp/git \
68
-u$(id -u):$(id -g) \
0 commit comments