mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #312 from justincormack/vsuddvmbus
Use platform name not vmbus
This commit is contained in:
commit
27f6130cb8
@ -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