Skip to content

Commit

Permalink
WORKAROUND 'src-d > dpordomingo' for gitbase DockerHub
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com>
  • Loading branch information
dpordomingo committed May 9, 2018
1 parent c428eca commit 2f13518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ $ git clone git@github.com:src-d/go-git-fixtures.git ~/gitbase/repos/go-git-fixt
Install and run [gitbase](https://github.com/src-d/gitbase):

```bash
# This quickstart is using a custom gitbase image until the official `srcd/gitbase` image is provided
# See: https://github.com/src-d/gitbase/issues/262
$ docker run
--publish 3306:3306
--link bblfsh
--volume ~/gitbase/repos:/opt/repos
--env BBLFSH_ENDPOINT=bblfsh:9432
--name gitbase
srcd/gitbase:latest
dpordomingo/gitbase:latest
```


Expand Down

0 comments on commit 2f13518

Please sign in to comment.