An open API service indexing awesome lists of open source software.

https://github.com/dmitry/dotfiles

My greatest dotfiles that help me to live in dev world
https://github.com/dmitry/dotfiles

Last synced: 5 months ago
JSON representation

My greatest dotfiles that help me to live in dev world

Awesome Lists containing this project

README

          

dotfiles
========

My greatest dotfiles that help me to live in dev world

## Docker

```
dcleanup(){
docker rm -v $(docker ps --filter status=exited -q 2>/dev/null) 2>/dev/null
docker rmi $(docker images --filter dangling=true -q 2>/dev/null) 2>/dev/null
}
```

From here: http://stackoverflow.com/questions/32723111/how-to-remove-old-and-unused-docker-images