Class: DockerDeploy

Inherits:
Object
  • Object
show all
Defined in:
lib/docker-deploy.rb

Class Method Summary collapse

Class Method Details

.container_managementObject



3
4
5
# File 'lib/docker-deploy.rb', line 3

def self.container_management
    ContainerManagement
end

.infrastructureObject



7
8
9
# File 'lib/docker-deploy.rb', line 7

def self.infrastructure
    Infrastructure
end