Created
January 5, 2020 15:21
-
-
Save apolkingg8/074291e5da61ef39e6f27dfcb8b3f505 to your computer and use it in GitHub Desktop.
Markdium-Test
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 node-app:0.2 gcr.io/[project-id]/node-app node-app:0.1 | |
| docker rmi node:6 | |
| docker rmi $(docker images -aq) # remove remaining images | |
| docker images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment