class Takeltau::DockerContainerCheck

takeltau docker container check

Public Instance Methods

existing(container) click to toggle source
# File lib/takeltau/docker/container/check/cli.rb, line 24
def existing(container)
  exit docker_container_check_existing container
end
network(network) click to toggle source
# File lib/takeltau/docker/container/check/cli.rb, line 38
def network(network)
  exit docker_container_check_network network
end
orphaned(container) click to toggle source
# File lib/takeltau/docker/container/check/cli.rb, line 53
def orphaned(container)
  exit docker_container_check_orphaned container
end