providers/docker: Add description
This commit is contained in:
parent
87d2f35718
commit
c09ce4bbbd
|
@ -6,6 +6,10 @@ module VagrantPlugins
|
||||||
|
|
||||||
class Plugin < Vagrant.plugin("2")
|
class Plugin < Vagrant.plugin("2")
|
||||||
name "docker-provider"
|
name "docker-provider"
|
||||||
|
description <<-EOF
|
||||||
|
The Docker provider allows Vagrant to manage and control
|
||||||
|
Docker containers.
|
||||||
|
EOF
|
||||||
|
|
||||||
provider(:docker, parallel: true) do
|
provider(:docker, parallel: true) do
|
||||||
require_relative 'provider'
|
require_relative 'provider'
|
||||||
|
|
Loading…
Reference in New Issue