docker-scripts-archived / redis

Redis server in a container. https://redis.io/ (Moved to: https://gitlab.com/docker-scripts/redis)
GNU General Public License v3.0
0 stars 1 forks source link

Wrong ENTRYPOINT #3

Closed dashohoxha closed 6 years ago

dashohoxha commented 6 years ago

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