Class: DockerRailsProxy::Docker

Inherits:
Base
  • Object
show all
Defined in:
lib/docker_rails_proxy.rb

Direct Known Subclasses

Build, Compose, DockerMainApp

Constant Summary

Constants included from Callbacks

Callbacks::INHERITABLE_CALLBACKS, Callbacks::UNINHERITABLE_CALLBACKS

Class Attribute Summary collapse

Instance Attribute Summary collapse

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

included, #logger

Methods included from Rsync

included, #sync

Methods included from Callbacks

included

Methods included from InheritableAttributes

included

Constructor Details

This class inherits a constructor from DockerRailsProxy::Base

Class Attribute Details

.kubernetes_runningObject

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_provisionerObject

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_idObject

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_optionsObject

Returns the value of attribute docker_options.



159
160
161
# File 'lib/docker_rails_proxy.rb', line 159

def docker_options
  @docker_options
end