mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-22 22:19:30 -05:00
Add docker-cleanup
This commit is contained in:
parent
eca56c69f4
commit
d97d0ae7ba
@ -119,8 +119,11 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker)
|
|||||||
# Projects
|
# Projects
|
||||||
|
|
||||||
Moby = open source development
|
Moby = open source development
|
||||||
|
|
||||||
Docker CE = free product release based on Moby
|
Docker CE = free product release based on Moby
|
||||||
|
|
||||||
Docker EE = commercial product release based on Docker CE.
|
Docker EE = commercial product release based on Docker CE.
|
||||||
|
|
||||||
Docker EE is on the same code base as Docker CE, so also built from Moby, with commercial components added, such as "docker data center / universal control plane"
|
Docker EE is on the same code base as Docker CE, so also built from Moby, with commercial components added, such as "docker data center / universal control plane"
|
||||||
|
|
||||||
* [Moby](https://github.com/moby/moby)
|
* [Moby](https://github.com/moby/moby)
|
||||||
@ -472,6 +475,7 @@ Services to securely store your Docker images.
|
|||||||
|
|
||||||
* [caduc](https://github.com/tjamet/caduc) - A docker garbage collector cleaning stuff you did not use recently
|
* [caduc](https://github.com/tjamet/caduc) - A docker garbage collector cleaning stuff you did not use recently
|
||||||
* [Docker Clean](https://github.com/zzrotdesign/docker-clean) - A script that cleans Docker containers, images and volumes by [@zzrotdesign](https://github.com/zzrotdesign)
|
* [Docker Clean](https://github.com/zzrotdesign/docker-clean) - A script that cleans Docker containers, images and volumes by [@zzrotdesign](https://github.com/zzrotdesign)
|
||||||
|
* [Docker-cleanup](https://github.com/meltwater/docker-cleanup) - Automatic Docker image, container and volume cleanup by [@meltwater](https://github.com/meltwater)
|
||||||
* [docker-garby](https://github.com/konstruktoid/docker-garby) - Docker garbage collection script by [@konstruktoid](https://github.com/konstruktoid).
|
* [docker-garby](https://github.com/konstruktoid/docker-garby) - Docker garbage collection script by [@konstruktoid](https://github.com/konstruktoid).
|
||||||
* [docker-gc](https://github.com/spotify/docker-gc) - A cron job that will delete old stopped containers and unused images by [@spotify][spotify]
|
* [docker-gc](https://github.com/spotify/docker-gc) - A cron job that will delete old stopped containers and unused images by [@spotify][spotify]
|
||||||
* [sherdock](https://github.com/rancher/sherdock) :skull: - Automatic GC of images based on regexp by [@rancher][rancher]
|
* [sherdock](https://github.com/rancher/sherdock) :skull: - Automatic GC of images based on regexp by [@rancher][rancher]
|
||||||
|
Loading…
Reference in New Issue
Block a user