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