Created
September 17, 2018 14:27
-
-
Save allanchua101/fb831b50b149d97dcc5a65b8be0b2ff6 to your computer and use it in GitHub Desktop.
Cleaning your container images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker rmi demo/authentication-api | |
| docker rmi demo/catalog-api | |
| docker rmi demo/ledger-api | |
| docker rmi demo/gateway-api | |
| docker image prune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment