Merge pull request #351 from jedie/patch-1

README: "RUN chmod +x /etc/service/memcached/run"
This commit is contained in:
Travis Rowland
2017-03-19 01:26:04 -07:00
committed by GitHub

View File

@@ -170,6 +170,7 @@ In `Dockerfile`:
RUN mkdir /etc/service/memcached
COPY memcached.sh /etc/service/memcached/run
RUN chmod +x /etc/service/memcached/run
Note that the shell script must run the daemon **without letting it daemonize/fork it**. Usually, daemons provide a command line flag or a config file option for that.