Class: DockerRailsProxy::Docker
Direct Known Subclasses
Constant Summary
Constants included from Callbacks
Callbacks::INHERITABLE_CALLBACKS, Callbacks::UNINHERITABLE_CALLBACKS
Class Attribute Summary collapse
-
.kubernetes_running ⇒ Object
Returns the value of attribute kubernetes_running.
-
.vm_provisioner ⇒ Object
Returns the value of attribute vm_provisioner.
Instance Attribute Summary collapse
-
#app_container_id ⇒ Object
Returns the value of attribute app_container_id.
-
#docker_options ⇒ Object
Returns the value of attribute docker_options.
Attributes inherited from Base
#additional_arguments, #additional_arguments_options, #arguments
Method Summary
Methods inherited from Base
build_path, call, command, execute, #initialize, #process
Methods included from Logger
Methods included from Rsync
Methods included from Callbacks
Methods included from InheritableAttributes
Constructor Details
This class inherits a constructor from DockerRailsProxy::Base
Class Attribute Details
.kubernetes_running ⇒ Object
Returns the value of attribute kubernetes_running.
156 157 158 |
# File 'lib/docker_rails_proxy.rb', line 156 def kubernetes_running @kubernetes_running end |
.vm_provisioner ⇒ Object
Returns the value of attribute vm_provisioner.
156 157 158 |
# File 'lib/docker_rails_proxy.rb', line 156 def vm_provisioner @vm_provisioner end |
Instance Attribute Details
#app_container_id ⇒ Object
Returns the value of attribute app_container_id.
159 160 161 |
# File 'lib/docker_rails_proxy.rb', line 159 def app_container_id @app_container_id end |
#docker_options ⇒ Object
Returns the value of attribute docker_options.
159 160 161 |
# File 'lib/docker_rails_proxy.rb', line 159 def @docker_options end |