This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Minor upgrade to the delete-images.ps1
pull/49/head
Cesar De la Torre
8 years ago
parent
aae8283798
commit
8ca6c0d5ac
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
delete-images.ps1
+ 3
- 0
delete-images.ps1
View File
@ -26,3 +26,6 @@ Else
# Delete all images
# docker rmi $(docker images -q)
#Filter by image name (Has to be complete, cannot be a wildcard)
#docker ps -q --filter=ancestor=eshop/identity.api:dev
Write
Preview
Loading…
Cancel
Save