2022-04-15 23:10:31 -04:00
|
|
|
This Dockerfile will clone the KeyDB repo, build, and generate a Docker image you can use
|
|
|
|
|
|
|
|
To build, use experimental mode to enable use of build args. Tag the build and specify branch name. The command below will generate your docker image:
|
2020-05-06 18:45:11 -04:00
|
|
|
|
|
|
|
```
|
2022-04-15 23:10:31 -04:00
|
|
|
DOCKER_CLI_EXPERIMENTAL=enabled docker build --build-arg BRANCH=<keydbBranch> -t <yourImageName>
|
2020-05-06 18:45:11 -04:00
|
|
|
```
|