Created
March 7, 2018 08:37
-
-
Save KanshuYokoo/a15fc76aac73dd5c0c675d06d1daf67b to your computer and use it in GitHub Desktop.
remove docker containers from image ID 043e31e75619.
This file contains 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 ps -a |grep 043e31e75619 |awk '{print $1}' |xargs docker rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment