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:
Justin Cormack
2017-01-25 15:10:35 +00:00
parent 1f98916b72
commit ab9964e207
4 changed files with 31 additions and 24 deletions

View File

@@ -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 && \