Class: DockerCommand::DockerImageInspect
- Inherits:
-
AbstractCommand
- Object
- AbstractCommand
- DockerCommand::DockerImageInspect
- Defined in:
- lib/command/docker_image_inspect.rb
Overview
Template for ‘docker image inspect’ command
Instance Method Summary collapse
Instance Method Details
#template ⇒ Object
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 |