Class: DockerCommand::DockerImageInspect

Inherits:
AbstractCommand
  • Object
show all
Defined in:
lib/command/docker_image_inspect.rb

Overview

Template for ‘docker image inspect’ command

Instance Method Summary collapse

Instance Method Details

#templateObject



9
10
11
12
13
# File 'lib/command/docker_image_inspect.rb', line 9

def template
  'docker image inspect ' \
    'bleach/' + '%<tag>s' + ' >/dev/null 2>&1'
  # We don't care about output, we just want to know if image exists
end