Redis docker container not coming up with custom config file
0
votes
1
answer
822
views
I'm using the below command to run the Redis docker container
docker run -tid -v /data1/REDIS_DOCKER_IMAGE/6379/redis.conf:/usr/local/etc/redis/6379/redis.conf
-p 6379:6379 --name node_6379 redis:5.0.8 redis-server /usr/local/etc/redis/redis.conf
After I run this command, I check
"docker ps"
but it comes up empty. There are no logs shown by docker logs
so I don't know what's going wrong.
Asked by Vishal Sharma
(71 rep)
Apr 8, 2020, 07:45 AM
Last activity: Aug 4, 2025, 08:03 PM
Last activity: Aug 4, 2025, 08:03 PM