Module: ShipContainerUpdate
- Included in:
- Takeltau::ShipContainer
- Defined in:
- lib/takeltau/ship/container/update.rb
Overview
tau ship container update
Instance Method Summary collapse
- 
  
    
      #ship_container_update  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update takelship image. 
Instance Method Details
#ship_container_update ⇒ Object
Update takelship image.
| 6 7 8 9 10 11 12 13 14 15 | # File 'lib/takeltau/ship/container/update.rb', line 6 def ship_container_update cmd_docker_pull = _ship_container_update_cmd_docker_pull cmd_docker_remove_dangling = format( config.active['cmd_docker_image_update_docker_remove_dangling'], docker: config.active['cmd_docker'] ) run_and_exit "#{cmd_docker_pull} && #{cmd_docker_remove_dangling}" end |