Include documentation on accessor in docker provider configuration
This commit is contained in:
parent
4a05e8561f
commit
d4bfade19f
|
@ -19,6 +19,10 @@ module VagrantPlugins
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :build_dir
|
attr_accessor :build_dir
|
||||||
|
|
||||||
|
# Use docker-compose to manage the lifecycle and environment for
|
||||||
|
# containers instead of using docker directly.
|
||||||
|
#
|
||||||
|
# @return [Boolean]
|
||||||
attr_accessor :compose
|
attr_accessor :compose
|
||||||
|
|
||||||
# An optional file name of a Dockerfile to be used when building
|
# An optional file name of a Dockerfile to be used when building
|
||||||
|
|
Loading…
Reference in New Issue