Created
August 7, 2017 14:16
-
-
Save nl5887/d76f881be55fc10ab5735d6909f1d558 to your computer and use it in GitHub Desktop.
docker cleanup
This file contains hidden or 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
| ~/P/dump-import ➦ 973beaf * docker ps -a|tail -n +2|awk '{print $1}'|xargs -I\{\} docker rm \{\} Mon Aug 7 16:15:31 CEST 2017 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment