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.
1 parent 9e972d0 commit 3a00737Copy full SHA for 3a00737
docs/using-gitbase/getting-started.md
@@ -39,7 +39,7 @@ $ make dependencies
39
40
## Running with Docker
41
42
-You can use the official image from [docker hub](https://hub.docker.com/r/srcd/gitbase/tags/) to quickly run gitbase:
+You can use the official image from [Docker Hub](https://hub.docker.com/r/srcd/gitbase/tags/) to quickly run gitbase:
43
```
44
$ docker run --rm --name gitbase -p 3306:3306 -v /my/git/repos:/opt/repos srcd/gitbase:latest
45
0 commit comments