Created
          May 12, 2014 08:54 
        
      - 
      
- 
        Save hodzanassredin/e135b952d6e949f91b37 to your computer and use it in GitHub Desktop. 
    clean unused docker images wen recieving Error: create: no space left on device
  
        
  
    
      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 images | grep '<none>' | awk '{print $3}' | xargs docker rmi | 
Also, I think it's $2 with docker 1.2.0 +
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Thank you for this great answer!