File: stdout.texttest

package info (click to toggle)
subuser 0.6.2-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 4,208 kB
  • sloc: python: 5,201; sh: 380; makefile: 73
file content (12 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Usage: subuser remove-old-images

 Remove old, no longer used, installed images.  Note, once you do this, you will no longer be able to return to previous configuration states with subuser registry rollback or subuser update lock-subuser-to.
Options:
  -h, --help            show this help message and exit
  --dry-run             Don't actually delete the images. Print which images
                        would be deleted.
  --repo=REPOID         Only remove images from the given repository.
  --image-source=IMAGESOURCENAME
                        Remove old images from a specific image source. (Must
                        be used in conjunction with --repo)
  -y                    Don't ask, just delete unneeded images.