It would be nice to have a command that cleans up docker:
- Untagged images
- Containers older than 1 week (or maybe 24h?)
This could be done via a new top level command 'docker clean' or via options to 'docker rm' and 'docker rmi'.
I think it would be better to have this server side than client side.