test-imagesΒΆ
Usage: subuser test-images <repo-name> <image-source-names>
Test image sources by building and running them.
Usage:
Add a temporary local repository to build your images from:
subuser repository add test-repo /home/timothy/current/subuser-default-repository
Note: by specifying the path as a local directory, you do not need to commit your changes to git before testing them.
Test the image sources.
subuser test-images test-repo iceweasel vim
Remove the left over images.
subuser remove-old-images –repo=test-repo
- Options:
-h, --help show this help message and exit --accept Accept permissions without asking.