Merge pull request #18 from DevopsDood/unstable

Update Readme for missing docker flag

Former-commit-id: 7a650741f7ed118dd49c119baccd48895e712357
This commit is contained in:
John Sully 2019-03-26 09:49:53 -04:00 committed by GitHub
commit 5eaff78d82

View File

@ -222,12 +222,12 @@ Run the following commands for a full source download and build:
``` ```
git clone git@github.com:JohnSully/KeyDB.git git clone git@github.com:JohnSully/KeyDB.git
docker run -it --rm `pwd`/KeyDB:/build -w /build devopsdood/keydb-builder make docker run -it --rm -v `pwd`/KeyDB:/build -w /build devopsdood/keydb-builder make
``` ```
Then you have fresh binaries built, you can also pass any other options to the make command above after the word make. E.g. Then you have fresh binaries built, you can also pass any other options to the make command above after the word make. E.g.
```docker run -it --rm `pwd`/KeyDB:/build -w /build devopsdood/keydb-builder make MAllOC=memkind``` ```docker run -it --rm -v `pwd`/KeyDB:/build -w /build devopsdood/keydb-builder make MAllOC=memkind```
The above commands will build you binaries in the src directory. Standard `make install` without Docker command will work after if you wish to install The above commands will build you binaries in the src directory. Standard `make install` without Docker command will work after if you wish to install