Skip to content

Commit

Permalink
Add instructions to build Dynomite w/a Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarahmed committed Apr 10, 2016
1 parent 2dc5e08 commit 7bc7a8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ To build Dynomite in _debug mode_:
$ CFLAGS="-ggdb3 -O0" ./configure --enable-debug=full
$ make
$ sudo make install

### Build with Docker

Dynomite can be compiled inside of a Docker container. The container provides a clean build environment.

```bash
git clone https://github.com/Netflix/dynomite.git

cd dynomite

docker run -it --rm -v $PWD:/src dynomitedb/build-dynomite
```

## Help

Expand Down

0 comments on commit 7bc7a8f

Please sign in to comment.