Include documentation on accessor in docker provider configuration

This commit is contained in:
Chris Roberts 2017-05-10 09:33:04 -07:00
parent 4a05e8561f
commit d4bfade19f
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ module VagrantPlugins
# @return [String]
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
# An optional file name of a Dockerfile to be used when building