Enable local service

Files in `/etc/local.d/` will be executed:

If a file in this directory is executable and it has a .start extension,
it will be run when the local service is started. If a file is
executable and it has a .stop extension, it will be run when the local
service is stopped.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-09-22 13:39:10 +01:00
parent a72a9775df
commit b46eb7f3d9

View File

@ -35,6 +35,7 @@ RUN \
rc-update add fsck && \
rc-update add root && \
rc-update add crond && \
rc-update add local && \
rc-update add localmount && \
rc-update add docker default && \
rc-update add proxy default && \