Skip to content

Lightweight deployment of Docker Registry

License

Notifications You must be signed in to change notification settings

MarekSuchanek/docker-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registry with Garbage Collection

Docker Registry with CRON that runs garbage collection periodically

Usage

Simply use the GC_CRON environment variable to set when the garbage collection should be triggered. You can use this for your docker-compose.yml:

version: '3'

services:
  registry:
    image: mareksuchanek/docker-registry
    restart: always
    environment:
      GC_CRON: "*/5 * * * *"

Visit example/ for more details.

License

This project is licensed under the MIT License - see the LICENSE file for more details.

About

Lightweight deployment of Docker Registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published