lib/ufo/docker/help.rb in ufo-1.5.0 vs lib/ufo/docker/help.rb in ufo-1.6.0

- old
+ new

@@ -26,21 +26,21 @@ Docker image tongueroo/hi:ufo-2016-10-21T15-50-57-88071f5 built. EOL end - def full_image_name + def name <<-EOL Examples: -$ ufo docker full_image_name +$ ufo docker name Docker image name that will be used: tongueroo/hi:ufo-2016-10-15T19-29-06-88071f5 EOL end - def cleanup + def clean <<-EOL Examples: Say you currently have these images: @@ -52,10 +52,10 @@ * tongueroo/hi:ufo-2016-10-18T19-29-06-88071f5 To clean them up and keep the 3 more recent: -$ ufo docker cleanup tongueroo/hi +$ ufo docker clean tongueroo/hi This will remove tongueroo/hi:ufo-2016-10-15T19-29-06-88071f5. EOL end