Class: Dockerspec::Runner::Serverspec::Compose
- Includes:
- Base
- Defined in:
- lib/dockerspec/runner/serverspec/compose.rb
Overview
Runs Docker Compose using Serverspec.
Constant Summary
Constants inherited from Compose
Constants inherited from Base
Instance Attribute Summary
Attributes included from Base
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(*opts) ⇒ Dockerspec::Runner::Serverspec::Compose
constructor
Constructs a Serverspec runner class to run Docker Compose.
Methods included from Base
Methods inherited from Compose
#container, #container_name, #finalize, #options, #run, #select_container, #to_s
Methods included from Helper::MultipleSourcesDescription
Methods inherited from Base
#container, #container_name, #finalize, #id, #image_id, #ipaddress, #restore_rspec_context, #run
Methods included from ConfigHelpers
Constructor Details
#initialize(*opts) ⇒ Dockerspec::Runner::Serverspec::Compose
Constructs a Serverspec runner class to run Docker Compose.
68 69 70 71 |
# File 'lib/dockerspec/runner/serverspec/compose.rb', line 68 def initialize(*opts) super calculate_docker_backend_name('docker_compose') end |