Sign inSign up

fullaxx/uredis

By fullaxx

•Updated almost 2 years ago

A redis server configured for unix socket connections

Image
0

1.2K

fullaxx/uredis repository overview

⁠uredis

A redis server configured for unix socket connections

⁠Base Docker Image

Redis⁠

⁠Get the image from Docker Hub or build it yourself

docker pull fullaxx/uredis
docker build -t="fullaxx/uredis" github.com/Fullaxx/uredis

⁠Volume Options

Data: The location of your Redis rdb file

-v /srv/docker/redis/data:/data

Sock: The location of your Redis unix socket file

-v /srv/docker/redis/sock:/run/redis

⁠Launch uredis

Run the image exposing your rdb file and a unix socket for connecting

docker run -d \
-v /srv/docker/redis/data:/data \
-v /srv/docker/redis/sock:/run/redis \
fullaxx/uredis

Tag summary

Content type

Image

Digest

sha256:b1b067490…

Size

42.9 MB

Last updated

almost 2 years ago

docker pull fullaxx/uredis