diff --git a/plugins/providers/docker/provider.rb b/plugins/providers/docker/provider.rb index 4c25eea6c..babc3765f 100644 --- a/plugins/providers/docker/provider.rb +++ b/plugins/providers/docker/provider.rb @@ -85,8 +85,9 @@ module VagrantPlugins vagrantfile_name: vf_file, ) - # TODO(mitchellh): configure the provider of this machine somehow - host_env.machine(host_machine_name, :virtualbox) + host_env.machine( + host_machine_name, + host_env.default_provider(exclude: [:docker])) end @host_vm