- 
      
- 
        Save GSmurf/ae1621e60320ff3f8eab0e57c428a0d8 to your computer and use it in GitHub Desktop. 
Revisions
- 
        GSmurf revised this gist Apr 30, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewingThis 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 +1,2 @@ docker rm $(docker ps -qa --no-trunc --filter "status=exited") # ceci supprime tous les containers exited docker rmi $(docker images | grep "^<none>" | awk "{print $3}") # ceci supprime toutes les images non tag 
- 
        GSmurf created this gist Apr 30, 2017 .There are no files selected for viewingThis 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 @@ docker rm $(docker ps -qa --no-trunc --filter "status=exited")