Sign inSign up

thomaswelton/redis

By thomaswelton

•Updated over 8 years ago

Image
0

986

thomaswelton/redis repository overview

⁠Ubuntu Redis Image

Redis 2.8.6

docker run -d -p 6379 -t thomaswelton.com:5000/redis

With data persistence in the host directory /redis

docker run \
    -d \
    -p 6379 \
    -v /redis:/data \
    -v /redis:/logs \
    -t thomaswelton.com:5000/redis

Tag summary

Content type

Image

Digest

sha256:5b2d4fe4e…

Size

144.1 MB

Last updated

over 8 years ago

docker pull thomaswelton/redis