Sign inSign up

wangxian/alpine-redis

By wangxian

Updated over 2 years ago

a very samll docker image base on alpine with Redis

Image
Databases & storage
1

1.7K

wangxian/alpine-redis repository overview

alpine-redis

a very samll docker image base on alpine with Redis

Application will start ./startup.sh Automatically.

build local

docker build -t wangxian/alpine-redis .

Set redis password

# quick start
docker run -it --name redis --rm -p 6379:6379 wangxian/alpine-redis

# user password
docker run -it --name redis -e REDIS_PASSWORD=300150_983c_d24fb_0d6963f_3f22 --rm -p 6379:6379 wangxian/alpine-redis

# mount data directory
docker run -it --name redis --rm -v ~/appdata/redis:/app -p 6379:6379 wangxian/alpine-redis

Tag summary

Content type

Image

Digest

sha256:b3bd41ac5

Size

3.3 MB

Last updated

over 2 years ago

docker pull wangxian/alpine-redis