Created
          February 12, 2014 17:09 
        
      - 
      
- 
        Save ewindisch/8959919 to your computer and use it in GitHub Desktop. 
    Remove docker images that aren't visible in 'docker images' (the images that only appear with 'images -a')
  
        
  
    
      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
    
  
  
    
  | docker rmi $(comm -3 <(docker images -q | sort) <(docker images -q -a | sort) | sed 's/\t//') | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment