Sign inSign up

kdockerfiles/libres3

By kdockerfiles

Updated almost 9 years ago

Dockerized LibreS3

Image
0

123

kdockerfiles/libres3 repository overview

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.

Tag summary

Content type

Image

Digest

Size

80.6 MB

Last updated

almost 9 years ago

docker pull kdockerfiles/libres3:1.3-1