This docker image contains/the release files are a statically linked build of valkey without TLS.
It can be seen as a drop-in replacement for the official redis image. Use: zoeyvid/valkey-static
or ghcr.io/zoeyvid/valkey-static
.
It includes valkey-sever and valkey-cli (with links to the old redis names, all in /usr/local/bin
).
Note: the protected mode is disabled by default for the docker image and the binaries. You can enable it by adding --protected-mode yes