Skip to content

Instantly share code, notes, and snippets.

@delacruz-dev
Last active October 13, 2016 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delacruz-dev/62d72761b5a6415ad95c293412a21c51 to your computer and use it in GitHub Desktop.
Save delacruz-dev/62d72761b5a6415ad95c293412a21c51 to your computer and use it in GitHub Desktop.
Command to remove a docker container given its name
docker rm $(docker ps -aq --filter name=myContainerName)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment