Method: Rumination::DockerCompose.down

Defined in:
lib/rumination/docker_compose.rb

.down(*args) ⇒ Object



13
14
15
16
# File 'lib/rumination/docker_compose.rb', line 13

def self.down *args
  sh "docker-compose down", *args
  self
end