Skip to content

Instantly share code, notes, and snippets.

@cjwilburn
Created September 3, 2015 18:24
Show Gist options
  • Save cjwilburn/067d3300de7eef28b4d3 to your computer and use it in GitHub Desktop.
Save cjwilburn/067d3300de7eef28b4d3 to your computer and use it in GitHub Desktop.
remove docker containers
#! /bin/bash
# from http://stackoverflow.com/questions/17236796/how-to-remove-old-docker-containers
docker rm `docker ps --no-trunc -aq`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment