Skip to content

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

License

Notifications You must be signed in to change notification settings

softonic/docker-registry-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published