Last active
December 22, 2016 16:14
Revisions
-
rafacouto revised this gist
Dec 22, 2016 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,10 @@ # Docker recipes ## Remove orphan images docker rmi $(docker images | grep none | sed 's/ \+/\t/g' | cut -f3) -
rafacouto created this gist
Dec 22, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Docker recipes ## Remove orfan images docker rmi $(docker images | grep none | sed 's/ \+/\t/g' | cut -f3)