providers/docker: Add description

This commit is contained in:
Fabio Rehm 2014-03-26 21:04:35 -03:00 committed by Mitchell Hashimoto
parent 87d2f35718
commit c09ce4bbbd
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ module VagrantPlugins
class Plugin < Vagrant.plugin("2")
name "docker-provider"
description <<-EOF
The Docker provider allows Vagrant to manage and control
Docker containers.
EOF
provider(:docker, parallel: true) do
require_relative 'provider'