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