Sha256: 1aa6b4f48e3955aafe2ba2b3adbd0cfdd42d08e4a67649211f73c26bfd833e2d
Contents?: true
Size: 388 Bytes
Versions: 2
Compression:
Stored size: 388 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 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
takeltau-0.43.10 | lib/takeltau/ship/container/login.rb |
takeltau-0.43.6 | lib/takeltau/ship/container/login.rb |