quayctl
quayctl copied to clipboard
allow seeding of any/all quay.io images already downloaded locally
rather than seeding on a per-image basis (doable but tedious when lots of images are involved), it would be nice to be able to fire up one process in the background that says seed all images downloaded locally (ie, show up in docker images) that are from quay.io
@skippy: Would you want this to be pattern based? Something like:
quayctl torrent docker seed quay.io/* --match-all
hey @josephschorr; generally yes; being able to call quayctl torrent docker seed quay.io/* or quayctl torrent docker seed quay.io/org/*service* would be fantastic (not sure if --match-all is needed or what it would be used for)