Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Redis for development or testing

Start

docker-compose up

Add this to your docker compose file

redis:
# build:
# context: .
# dockerfile: redis/Dockerfile
image: sangotech/redis:latest
privileged: true
command: sh -c "./init.sh"
volumes:
- ./data/redis:/data
ports:
- 6379:6379

Push to docker hub

docker build --platform=linux/amd64 . -t redis -f ./redis/Dockerfile --force-rm
docker tag redis:latest sangotech/redis:1.0.1
docker push sangotech/redis:1.0.1

About

Redis docker for development or testing

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages