stevearc / pypicloud-docker

Docker image for pypicloud
MIT License
86 stars 34 forks source link

Redis? #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

redis is installed (here) but there is no section in the config file neither there is a startup script (in /etc/my_init.d) for it.

stevearc commented 8 years ago

Redis is installed so that the python redis client works, you're not supposed to run redis within the same container. Docker best practices are to run one service per container.