Skip to content

Commit

Permalink
Add examples for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ober committed Oct 18, 2023
1 parent 3e0b206 commit 5577e8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,15 @@ clean:
install:
mv .gerbil/bin/$(PROJECT) /usr/local/bin/$(PROJECT)
```

## Building docker images

There are several variations you can build out on docker.

### Build using custom branch

`cd gerbil/docker && make gerbil BRANCH=my-fixup-branch`

### Building from your own repository

`cd gerbil/docker && make gerbil REPO=my-github-user/gerbil`

0 comments on commit 5577e8a

Please sign in to comment.