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
- Host: GitHub
- URL: https://github.com/dmitry/dotfiles
- Owner: dmitry
- Created: 2012-12-09T13:39:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T15:54:04.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T09:11:16.512Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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