Sha256: fd76c37eb00ee91a07a54d312b7831710f130cad7d07766d7aeba8fee39a4e51
Contents?: true
Size: 702 Bytes
Versions: 45
Compression:
Stored size: 702 Bytes
Contents
# frozen_string_literal: true module Takeltau # tau ship container check class ShipContainerCheck < SubCommandBase include LoggingModule include SystemModule include ConfigModule include DockerCheckDaemon include ShipContainerLib include ShipContainerCheckExisting # # ship container check existing # desc 'existing', 'Check if a takelship is existing' long_desc <<-LONGDESC.gsub("\n", "\x5") Check if a takelship container is existing This check looks for a container with a given name. If such a container is existing the result is true else false. LONGDESC def existing exit ship_container_check_existing end end end
Version data entries
45 entries across 45 versions & 1 rubygems