Skip to content

Instantly share code, notes, and snippets.

@jbouhier
Created July 6, 2016 10:59
Show Gist options
  • Save jbouhier/438c6046f6bd1fae877424cf5dcb6149 to your computer and use it in GitHub Desktop.
Save jbouhier/438c6046f6bd1fae877424cf5dcb6149 to your computer and use it in GitHub Desktop.
List of Docker containers ID to simplify cleaning (i.e: docker rm)
docker ps -a | cut -d' ' -f1 | xargs | cut -c11-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment