Method: ComposeManager#run
- Defined in:
- lib/docker-sync/compose.rb
#run ⇒ Object
37 38 39 40 41 42 43 44 |
# File 'lib/docker-sync/compose.rb', line 37 def run say_status 'ok','starting compose',:green = Hash.new if @global_options['compose-force-build'] [:build] = true end @compose_session.up(**) end |