Browse Source

Update 'README.md'

天问 7 months ago
parent
commit
88bc16f3b6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -1,2 +1,9 @@
 # gitness
 
+```
+docker run \
+  -p 3000:3000 \
+  -v /var/run/docker.sock:/var/run/docker.sock \
+  -v /tmp/gitness:/data \
+  harness/gitness
+```