Skip to content

EntryDSM/Corgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corgi: Docker registry observer

How to build it?

sbt assembly

How to use Corgi?

sudo java -jar Corgi.jar --config config.json

Config file example:

{
  "registryProtocol": "https",
  "registryURL": "<registry url>",
  "userID": "<username>",
  "password": "<password>",
  "pollingRatePerMinute": 5,
  "runScripts": {
    "hermes": "<launch script>"
  },
  "dockerEngineSocket": "unix:///var/run/docker.sock"
}

About

Corgi is observer for self-hosted, private docker registry.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages