Stray copypasta
This commit is contained in:
@@ -10,7 +10,6 @@ class Mrsk::Commands::Prune < Mrsk::Commands::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def containers
|
def containers
|
||||||
docker :image, :prune, "--force", "--filter", "until=#{PRUNE_IMAGES_AFTER}h"
|
|
||||||
docker :container, :prune, "--force", "--filter", "label=service=#{config.service}", "--filter", "until=#{PRUNE_CONTAINERS_AFTER}h"
|
docker :container, :prune, "--force", "--filter", "label=service=#{config.service}", "--filter", "until=#{PRUNE_CONTAINERS_AFTER}h"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user