Module: ShipContainerCommand
- Included in:
- Takeltau::ShipContainer
- Defined in:
- lib/takeltau/ship/container/command.rb
Overview
tau ship container command
Instance Method Summary collapse
-
#ship_container_command(args) ⇒ Object
Run a command in a takelship.
Instance Method Details
#ship_container_command(args) ⇒ Object
Run a command in a takelship
6 7 8 9 10 |
# File 'lib/takeltau/ship/container/command.rb', line 6 def ship_container_command(args) return false unless ship_container_check_existing _ship_container_lib_docker_exec "pod #{args.join(' ')}" end |