class DockerCommand::DockerImageInspect

Template for 'docker image inspect' command

Public Instance Methods

template() click to toggle source
# 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