Skip to content

Commit

Permalink
Merge pull request #7298 from till/t/docker-for-mac-beta
Browse files Browse the repository at this point in the history
Change: disable the linux switch (Docker for Mac/Windows, etc.)
  • Loading branch information
sethvargo committed May 27, 2016
2 parents ba77d4b + 647bd61 commit db1f98f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/providers/docker/provider.rb
Expand Up @@ -128,8 +128,7 @@ def host_vm_mutex
# 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.
Expand Down

0 comments on commit db1f98f

Please sign in to comment.