Overview
- Full name
docker.io/efrecon/s3fs- Registry
- docker.io
- Namespace
- efrecon
- Repository
- s3fs
- Cached tags
- 21
- Last synced
- 07/06/2026, 06:14 AM
Introduction
s3fs FUSE 挂载 sidecar 镜像,将 S3 桶挂载为本地文件系统,需 privileged 与 FUSE 设备,作存储 sidecar 使用。
Details
efrecon/s3fs 运行 s3fs-fuse 将对象存储 bucket 挂载至容器路径,供主容器读写。定位为 privileged FUSE sidecar,需 --privileged 或 CAP_SYS_ADMIN + /dev/fuse;K8s 中作 sidecar 需特权 Pod,非通用无特权 Deployment。
快速启动
docker run -d --name s3fs \
--privileged \
-e AWS_ACCESS_KEY_ID=xxx \
-e AWS_SECRET_ACCESS_KEY=xxx \
-e S3_BUCKET=mybucket \
docker.io/efrecon/s3fs:latest
推荐实践
docker run -d --name s3fs \
--privileged \
--device /dev/fuse \
-e AWS_ACCESS_KEY_ID=xxx \
-e AWS_SECRET_ACCESS_KEY=xxx \
-e S3_BUCKET=mybucket \
-e MOUNT_POINT=/mnt/s3 \
docker.io/efrecon/s3fs:1.95.0
核心参数说明
--privileged— FUSE 挂载必需(高敏)-e S3_BUCKET— 目标 bucket 名称-e AWS_SECRET_ACCESS_KEY— S3 凭据(高敏)- 定位 — 特权 storage sidecar
Latest tags (20)
View all 21 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/efrecon/s3fs :1.78 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:30 | 9.5 MB | sha256:17364a26de6e… | |||
docker.io/efrecon/s3fs :1.79 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:27 | 9.7 MB | sha256:2238332cd229… | |||
docker.io/efrecon/s3fs :1.80 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:25 | 10.0 MB | sha256:afd0fab15061… | |||
docker.io/efrecon/s3fs :1.81 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:22 | 10.1 MB | sha256:bd8fce25eaa1… | |||
docker.io/efrecon/s3fs :1.82 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:19 | 10.1 MB | sha256:ed73e9041ff9… | |||
docker.io/efrecon/s3fs :1.83 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:16 | 10.1 MB | sha256:d22768644495… | |||
docker.io/efrecon/s3fs :1.84 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:13 | 10.1 MB | sha256:a58ffa5a8056… | |||
docker.io/efrecon/s3fs :1.85 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:09 | 10.2 MB | sha256:19af7ce76ce0… | |||
docker.io/efrecon/s3fs :1.86 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:06 | 10.4 MB | sha256:afa43243d372… | |||
docker.io/efrecon/s3fs :1.92 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 11:02 | 11.3 MB | sha256:ac96505d55bf… | |||
docker.io/efrecon/s3fs :1.93 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 10:56 | 11.4 MB | sha256:2ed4fb2dda5e… | |||
docker.io/efrecon/s3fs :1.94 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 10:50 | 11.7 MB | sha256:9a8ddecd6fa3… | |||
docker.io/efrecon/s3fs :1.95 | linux/arm64linux/amd64linux/arm/v7 | 2026/07/06 10:44 | 11.9 MB | sha256:b527de140824… | |||
docker.io/efrecon/s3fs :1.88 | linux/arm64linux/amd64linux/arm/v7 | 2024/09/29 09:56 | 9.6 MB | sha256:9878d19b6ca0… | |||
docker.io/efrecon/s3fs :1.90 | linux/arm64linux/amd64linux/arm/v7 | 2024/09/29 09:47 | 10.1 MB | sha256:bde5ed67b252… | |||
docker.io/efrecon/s3fs :1.91 | linux/arm64linux/amd64linux/arm/v7 | 2024/09/29 09:39 | 9.7 MB | sha256:17b85dd204b7… | |||
docker.io/efrecon/s3fs :1.89 | linux/amd64 | 2023/01/26 20:15 | 8.1 MB | sha256:7f4d3ecf7c52… | |||
docker.io/efrecon/s3fs :1.74 | linux/amd64 | 2020/04/11 06:13 | 68.6 MB | sha256:99204dbc50da… | |||
docker.io/efrecon/s3fs :1.75 | linux/amd64 | 2020/04/11 06:12 | 68.6 MB | sha256:d0ed63f81d29… | |||
docker.io/efrecon/s3fs :1.76 | linux/amd64 | 2020/04/11 06:12 | 68.6 MB | sha256:11fb94f475e5… |