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

#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.



129
130
131
# File 'lib/docker_rails_proxy.rb', line 129

def kubernetes_running
  @kubernetes_running
end

.vm_provisionerObject

Returns the value of attribute vm_provisioner.



129
130
131
# File 'lib/docker_rails_proxy.rb', line 129

def vm_provisioner
  @vm_provisioner
end

Instance Attribute Details

#app_container_idObject

Returns the value of attribute app_container_id.



132
133
134
# File 'lib/docker_rails_proxy.rb', line 132

def app_container_id
  @app_container_id
end