This is wrong: https://github.com/docker-scripts/redis/blob/master/Dockerfile#L25
In docker-scripts the ENTRYPOINT or CMD should always be /sbin/init.
If this does not make sense for a certain application, then maybe it is not suitable for being containerized with docker-scripts.
This is wrong: https://github.com/docker-scripts/redis/blob/master/Dockerfile#L25 In docker-scripts the ENTRYPOINT or CMD should always be
/sbin/init
. If this does not make sense for a certain application, then maybe it is not suitable for being containerized with docker-scripts.@docker-scripts/ds