Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Kdockerfiles/libres3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Dockerized LibreS3

Head note: This image is meant for easy automation, therefore it might not give you the same advanced configuration options as the original Skylable one.

Usage

$ docker run kdockerfiles/libres3:1.3-1

Available environment variables

$ docker run kdockerfiles/libres3:1.3-1 -e LIBRES3_HOST=my_libres3_cluster

Sets the LibreS3 host name (default: libres3).

$ docker run kdockerfiles/libres3:1.3-1 -e LIBRES3_VOLUME_SIZE=500G

Sets single volume size (default: 100G).

Note: This should be slightly smaller than the underlying SX single node storage size.

$ docker kdockerfiles/libres3:1.3-1 -e LIBRES3_REPLICAS=2

Sets the number of replicas (default: 1).

$ docker kdockerfiles/libres3:1.3-1 -e LIBRES3_BUCKET=my_bucket

If set, a bucket with given name will be created at start (default: No buckets created).

Available ports

80: HTTP endpoint.

443: HTTPS endpoint.

Note: LibreS3 will only listen on one of these, depending on whether it's in secure or insecure mode.

Available volumes

/usr/local/etc/ssl/certs: Exposes CA certificate that should be used by client connections.

About

Dockerized LibreS3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages