mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 17:06:15 +00:00
Start diagnostics server earlier, before Docker
Allows it to be used to see what the boot state is. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -43,6 +43,7 @@ RUN \
|
||||
rc-update add transfused default && \
|
||||
rc-update add automount sysinit && \
|
||||
rc-update add diagnostics default && \
|
||||
rc-update add diagnostics-server boot && \
|
||||
rc-update add database-mac boot && \
|
||||
rc-update add database-windows boot && \
|
||||
rc-update add database-aws default && \
|
||||
|
||||
Reference in New Issue
Block a user