The S3FS plug-in can be installed with the following command:
$ docker plugin install rexray/s3fs \
S3FS_ACCESSKEY=abc \
S3FS_SECRETKEY=123
The S3FS plug-in requires the following privileges:
| Type | Value |
|---|---|
| network | host |
| mount | /dev |
| allow-all-devices | true |
| capabilities | CAP_SYS_ADMIN |
The following environment variables can be used to configure the S3FS plug-in:
| Environment Variable | Description | Default | Required |
|---|---|---|---|
S3FS_ACCESSKEY | The AWS access key | ✓ | |
S3FS_DISABLEPATHSTYLE | Disables use of path style for bucket endpoints | false | |
S3FS_MAXRETRIES | the number of retries that will be made for failed operations by the AWS SDK | 10 | |
S3FS_OPTIONS | Additional options to pass to S3FS | ||
S3FS_REGION | The AWS region | ||
S3FS_SECRETKEY | The AWS secret key | ✓ | |
HTTP_PROXY | Address of HTTP proxy server to gain access to API endpoint |
Content type
Plugin
Digest
sha256:8f1ededd0…
Size
95 MB
Last updated
about 2 years ago
docker plugin install danie1k/s3fs