130 131 132 133
# File 'lib/core/controlplane.rb', line 130 def image_push(image) cmd = "docker push #{image}" perform!(cmd) end