Last active
          September 6, 2016 09:12 
        
      - 
      
- 
        Save cokeSchlumpf/8789f2987c766ed1ff95e81edc760fed to your computer and use it in GitHub Desktop. 
  
    
      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 ps -a | grep 'Exited' | grep -v 'build-dvc' | awk '{print $1}' | xargs docker rm -v || true | |
| docker images | grep "<none>" | awk '{print $3}' | xargs docker rmi || true | |
| docker volume ls | grep local | awk '{print $2}' | xargs docker volume rm || true | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment