Add images command to see what's on the server for the service repository
This commit is contained in:
@@ -85,6 +85,10 @@ class Mrsk::Commands::App < Mrsk::Commands::Base
|
||||
docker :container, :prune, "-f", *service_filter
|
||||
end
|
||||
|
||||
def list_images
|
||||
docker :image, :ls, config.repository
|
||||
end
|
||||
|
||||
def remove_images
|
||||
docker :image, :prune, "-a", "-f", *service_filter
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user