mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Use platform name not vmbus
See #301 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
58625d3a1f
commit
5d933baed1
@ -13,7 +13,7 @@ start()
|
||||
|
||||
ebegin "Starting vsock proxy"
|
||||
|
||||
if [ -d /sys/bus/vmbus ]; then
|
||||
if [ "$(mobyplatform)" = "windows" ]; then
|
||||
DOCKER_PORT=23a432c2-537a-4291-bcb5-d62504644739
|
||||
SYSLOG_PORT="" #TBD
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user