Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KanshuYokoo/a15fc76aac73dd5c0c675d06d1daf67b to your computer and use it in GitHub Desktop.
Save KanshuYokoo/a15fc76aac73dd5c0c675d06d1daf67b to your computer and use it in GitHub Desktop.
remove docker containers from image ID 043e31e75619.
$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