mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-04 08:20:01 +00:00
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:
parent
a72a9775df
commit
b46eb7f3d9
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user