Sha256: 294c8331068d5111a5a17e8223d58f11e7deda27ee869fbaf1594c7fdbda98f6
Contents?: true
Size: 924 Bytes
Versions: 19
Compression:
Stored size: 924 Bytes
Contents
Ufo comes with a handy command to clean up old images that ufo generates. Ufo only deletes images from the docker daemon and does not remove any images from any registry. To use it you pass the base portion of the image name to the command. Say you currently have these images: tongueroo/hi:ufo-2016-10-15T19-29-06-88071f5 tongueroo/hi:ufo-2016-10-16T19-29-06-88071f5 tongueroo/hi:ufo-2016-10-17T19-29-06-88071f5 tongueroo/hi:ufo-2016-10-18T19-29-06-88071f5 To clean them up and keep the 3 more recent: $ ufo docker clean tongueroo/hi Cleaning up docker images... Running: docker rmi tongueroo/hi:ufo-2016-10-15T19-29-06-88071f5 This will remove tongueroo/hi:ufo-2016-10-15T19-29-06-88071f5. By default the clean command keeps the most 3 recent docker images. If you would like to override this setting you can use the `--keep` option. Example: ufo docker clean tongueroo/hi --keep 5
Version data entries
19 entries across 19 versions & 1 rubygems