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.
$ docker run kdockerfiles/libres3:1.3-1$ docker run kdockerfiles/libres3:1.3-1 -e LIBRES3_HOST=my_libres3_clusterSets the LibreS3 host name (default: libres3).
$ docker run kdockerfiles/libres3:1.3-1 -e LIBRES3_VOLUME_SIZE=500GSets 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=2Sets the number of replicas (default: 1).
$ docker kdockerfiles/libres3:1.3-1 -e LIBRES3_BUCKET=my_bucketIf set, a bucket with given name will be created at start (default: No buckets created).
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.
/usr/local/etc/ssl/certs: Exposes CA certificate that should be used by client connections.