Method: Controlplane#image_tag
- Defined in:
- lib/core/controlplane.rb
#image_tag(old_tag, new_tag) ⇒ Object
125 126 127 128 |
# File 'lib/core/controlplane.rb', line 125 def image_tag(old_tag, new_tag) cmd = "docker tag #{old_tag} #{new_tag}" perform!(cmd) end |