Use platform name not vmbus

See #301

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-07-20 14:44:43 +01:00
parent b4bba1fd65
commit 7f1595d11b

View File

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