Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

WellFactored/hither

 
 

Repository files navigation

Build Status Codacy Badge

docker-registry

A docker private registry implementation using Play Framework 2.3 and Scala

Still very much a work in progress!

Configurable storage

You can configure hither to use S3 or the local filesystem for storage. See application.conf for more details of the settings for each storage type.

Running

Once you have configured the environment variables - a template for this can be found in conf/env.template - run the following command:

docker run --rm --name hither -p 9000:9000 --env-file {{path to environment variables}} wiredthing/hither

Example

For environment variables:

AWS_DEFAULT_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
S3_BUCKET_NAME=

Stored at ~/myHither.vars. Run the command:

docker run --rm --name hither -p 9000:9000 --env-file ~/myHither.vars wiredthing/hither

Note that file storage is not fully functional yet!

About

A docker registry implementation using Play Framework 2.3 and Scala

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Scala 94.6%
  • HTML 4.6%
  • Other 0.8%