代码拉取完成,页面将自动刷新
This is the Dockerfile of the Docker image for Rudis.
ghcr.io/sleeprite/rudis:latest
This is the latest released rusdis Docker image.
ghcr.io/sleeprite/rudis:<version>
Rudis Docker image will be builded on each release, view the package page.
docker run -p 6379:6379 ghcr.io/sleeprite/rudis:latest
You can add all supported args at the end, like
docker run -p 6379:8848 ghcr.io/sleeprite/rudis:latest --port 8848
Rudis Docker image's default WORKDIR
is /rudis, but you can change it with arg --dir /some/other/path
So bind /rudis to handle data
docker run -p 6379:6379 -v /some/path/to/save/data:/rudis ghcr.io/sleeprite/rudis:latest --save 60/1
You can use a config file like this
touch ./config.properties
docker run -p 6379:6379 -v ./:/rudis ghcr.io/sleeprite/rudis:latest --config config.properties
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。