Module: DockerContainerList

Included in:
Takeltau::DockerContainer
Defined in:
lib/takeltau/docker/container/list.rb

Overview

tau docker container list

Instance Method Summary collapse

Instance Method Details

#docker_container_listObject

List docker containers.



6
7
8
9
10
# File 'lib/takeltau/docker/container/list.rb', line 6

def docker_container_list
  log.debug 'List docker containers'

  _docker_container_list_get_inventory.to_yaml
end