class
DocMachine::Build::Config
- DocMachine::Build::Config
- DocMachine::Config
- Reference
- Object
Defined in:
build/config.crConstructors
Instance Method Summary
- #action : String
- #action=(action : String)
- #container_runtime : String
- #container_runtime=(container_runtime : String)
- #data_dir : String
- #data_dir=(data_dir : String)
-
#enable_cache : Bool
Cache is enabled by default so repeated
docmachine buildinvocations do not re-download the container image when a cached tarball is available. -
#enable_cache=(enable_cache : Bool)
Cache is enabled by default so repeated
docmachine buildinvocations do not re-download the container image when a cached tarball is available. - #enable_multiple : Bool
- #enable_multiple=(enable_multiple : Bool)
- #enable_tty : Bool
- #enable_tty=(enable_tty : Bool)
- #image_tag : String
- #image_tag=(image_tag : String)
- #port : Int32
- #port=(port : Int32)
Instance methods inherited from class DocMachine::Config
cache_policy : DocMachine::Cache::Policy
cache_policy,
cache_root : Path
cache_root,
validate! : Nil
validate!,
verbosity : Log::Severity
verbosity,
verbosity=(verbosity : ::Log::Severity)
verbosity=
Constructor methods inherited from class DocMachine::Config
new(parent_config : DocMachine::Config | Nil = nil)
new
Constructor Detail
Instance Method Detail
def enable_cache : Bool
#
Cache is enabled by default so repeated docmachine build invocations do not
re-download the container image when a cached tarball is available.
def enable_cache=(enable_cache : Bool)
#
Cache is enabled by default so repeated docmachine build invocations do not
re-download the container image when a cached tarball is available.