mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
win: ensure that the KVP daemon starts early
The Windows start script polls the VM for it's IP address before initiating things like CIFS mounts. Getting the IP config is done via the KVP daemon. Starting it earlier reduce the start up delay, in particular if the VM is part of a swarm. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
bde97d9584
commit
c728549505
@ -6,6 +6,7 @@ depend()
|
||||
{
|
||||
after dev
|
||||
need networking
|
||||
before docker proxy vsudd diagnostics
|
||||
}
|
||||
|
||||
start()
|
||||
|
Loading…
Reference in New Issue
Block a user