docker-redis icon indicating copy to clipboard operation
docker-redis copied to clipboard

Dockerfile to create a Docker container image for Redis.

Results 8 docker-redis issues
Sort by recently updated
recently updated
newest added

When upgrading sameersbn/gitlab to 14.6, and running a rake task to check the installation `/sbin/entrypoint.sh app:rake gitlab:check SANITIZE=true`, the following error is reported: ``` Redis version >= 5.0.0? ... no...

Redis changelog seems negligible for the upgrade: https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES This is as that latest GitLab (e.g. https://github.com/sameersbn/docker-gitlab) reports it does not support 4.x when running the check tool (` sudo -u...

As the title states, updated gitlab and also this redis image leads to Fatal error, can't open config file '/etc/redis/redis.conf'

I've spent several days building a complete new redis image. I would to request an evaluation from you, to see if we can use this as the basic redis image...

Hello, Is it possible to update to redis 4.0.9 with this container ?

Hey @sameersbn, I would like to know if this project still be maintained. I think when not I would like to go with the offical redis image.

This latest version from "sameersbn/ubuntu:14.04.20170228" is unable to start redis-server. logs: Starting redis-server... start-stop-daemon: unable to start /usr/bin/redis-server (Permission denied)

Similar to doing this for some of your other docker containers, add the ability to set the uid to avoid collisions with the host user ids. Thanks!