From 647bd6114c056c65e648739227aade049c233072 Mon Sep 17 00:00:00 2001 From: till Date: Sun, 8 May 2016 21:35:12 +0200 Subject: [PATCH] Change: disable the linux switch (Docker for Mac/Windows, etc.) --- plugins/providers/docker/provider.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/providers/docker/provider.rb b/plugins/providers/docker/provider.rb index f30f32d41..ae1e7d8fe 100644 --- a/plugins/providers/docker/provider.rb +++ b/plugins/providers/docker/provider.rb @@ -128,8 +128,7 @@ module VagrantPlugins # rather than directly on our system. Docker needs to run in a VM # when we're not on Linux, or not on a Linux that supports Docker. def host_vm? - @machine.provider_config.force_host_vm || - !Vagrant::Util::Platform.linux? + @machine.provider_config.force_host_vm end # Returns the SSH info for accessing the Container.