Module: Compose

Defined in:
lib/pangea/docker.rb

Constant Summary collapse

BIN =
ENV[%(COMPOSE_BIN)] || %(docker-compose).freeze

Class Method Summary collapse

Class Method Details

.run(cmd) ⇒ Object



16
17
18
# File 'lib/pangea/docker.rb', line 16

def run(cmd)
  Shell.run(BIN, cmd)
end