lib/takeltau/ship/container/check/existing.rb in takeltau-0.43.6 vs lib/takeltau/ship/container/check/existing.rb in takeltau-0.43.10
- old
+ new
@@ -25,9 +25,10 @@
# Format command to check if ship container exists.
def _ship_container_cmd_check_existing(ship_hostname)
format(
config.active['cmd_ship_container_check_existing_docker_ps'],
+ docker: config.active['cmd_docker'],
ship_name: ship_hostname
)
end
end