providers/docker: boxes are optional

This commit is contained in:
Mitchell Hashimoto 2014-04-10 09:09:58 -07:00
parent ab2cae2379
commit f2bd6988b6
1 changed files with 1 additions and 1 deletions

View File

@ -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