forked from Docker/baseimage-docker
Merge pull request #351 from jedie/patch-1
README: "RUN chmod +x /etc/service/memcached/run"
This commit is contained in:
@@ -170,6 +170,7 @@ In `Dockerfile`:
|
|||||||
|
|
||||||
RUN mkdir /etc/service/memcached
|
RUN mkdir /etc/service/memcached
|
||||||
COPY memcached.sh /etc/service/memcached/run
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user