Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

softonic/registry-s3

Provides a way to configure S3 as a backend in runtime.

Usage

docker run \
  -e AWS_BUCKET=acme-docker \
  -e AWS_KEY=YOUR-KEY-HERE \
  -e AWS_SECRET=YOUR-SECRET-HERE \
  -e AWS_REGION="eu-west-1" \
  -e STORAGE_PATH=/registry \
  -p 5000:5000 \
  softonic/registry-s3

Example usage in Swarm Mode

docker service create --name registry-s3 \
  -e AWS_BUCKET=acme-docker \
  -e AWS_REGION="eu-west-1" \
  -e AWS_KEY=YOUR-KEY-HERE \
  -e AWS_SECRET=YOUR-SECRET-HERE \
  -e STORAGE_PATH=/registry \
  -p 5000:5000 \
  softonic/registry-s3

About

Provides a way to configure S3 as a backend in runtime.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages