Docker Image to Build Latest Binaries and Dump in Folder of Your Choice
1.5K

make a folder you would like to have the latest binaries dumped in, then run the following commmand with your updated path:
$ docker run -it --rm -v /path-to-dump-binaries:/keydb_bin eqalpha/keydb-build-bin
You should receive the following files: keydb-benchmark, keydb-check-aof, keydb-check-rdb, keydb-cli, keydb-sentinel, keydb-server
If you are looking to enable flash support with the build (make MALLOC=memkind) then use the following command:
$ docker run -it --rm -v /path-to-dump-binaries:/keydb_bin eqalpha/keydb-build-bin:flash
Content type
Image
Digest
Size
134.5 MB
Last updated
about 7 years ago
docker pull eqalpha/keydb-build-bin