julien-duponchelle / docker-osx

Fast and easy installation of Docker on OS X
1.03k stars 70 forks source link

Update docker-osx #48

Closed mauvm closed 10 years ago

mauvm commented 10 years ago

Add "clear" command, which removes all Docker images and (running) containers.

I frequently, while developing, have to remove all images and containers to make sure no cache is used. Most of the time I just run docker-osx destroy && docker-osx shell because that's easy. This clear command simplifies this process, without rebuilding the entire VM.