providers/docker: boxes are optional
This commit is contained in:
parent
ab2cae2379
commit
f2bd6988b6
|
@ -11,7 +11,7 @@ module VagrantPlugins
|
|||
Docker containers.
|
||||
EOF
|
||||
|
||||
provider(:docker, parallel: true) do
|
||||
provider(:docker, box_optional: true, parallel: true) do
|
||||
require_relative 'provider'
|
||||
init!
|
||||
Provider
|
||||
|
|
Loading…
Reference in New Issue