https://github.com/chickenzord/sweeper
https://github.com/chickenzord/sweeper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chickenzord/sweeper
- Owner: chickenzord
- Created: 2017-01-24T06:47:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T06:51:54.000Z (over 8 years ago)
- Last Synced: 2025-02-02T01:42:27.668Z (8 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sweeper
list old docker containers
```sh
pip install requirements.txt# list container ids exited more than 3 days ago
./container.py --unit=day --exited=3# list container ids created more than 60 minutes ago
# most probably won't be used
./container.py --unit=minute --created=60
```