Sha256: eccb78249ddc9682e37909d3cfd3d81f2c2ee1564ce3862663b47d2c30ac8bd5
Contents?: true
Size: 406 Bytes
Versions: 3
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true # tau ship container login module ShipContainerLogin # Run a login command in a takelship def ship_container_login return false unless docker_check_daemon 'cmd_ship_docker' return false unless ship_container_check_existing command_after_login = config.active['cmd_ship_container_login'] _ship_container_lib_docker command_after_login, '--tty' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
takeltau-0.43.16 | lib/takeltau/ship/container/login.rb |
takeltau-0.43.15 | lib/takeltau/ship/container/login.rb |
takeltau-0.43.14 | lib/takeltau/ship/container/login.rb |