Skip to content

Instantly share code, notes, and snippets.

@terribleplan
Last active September 21, 2015 15:32
Show Gist options
  • Save terribleplan/d398921d575b6c21ad11 to your computer and use it in GitHub Desktop.
Save terribleplan/d398921d575b6c21ad11 to your computer and use it in GitHub Desktop.
Figgy Fresh
#!/bin/bash
docker rm $(docker ps -a -q) && docker rmi $(docker images -q) && docker-compose build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment