Sign inSign up

trawor/ossfs

By trawor

Updated almost 8 years ago

OSS FS, 把阿里云OSS挂载到本地文件系统(这样就可以直接使用ls、rm、cp等)

Image
0

250

trawor/ossfs repository overview

  1. 单独运行,注意给的权限:--cap-add SYS_ADMIN --device /dev/fuse
docker run --rm -it \
  --cap-add SYS_ADMIN --device /dev/fuse \
  -e OSS_BUCKET="xxxxxxxx" \
  -e OSS_KEY_ID="xxxxxxxx" \
  -e OSS_KEY_SECRET="xxxxxxxxxxxxxxxx" \
  trawor/ossfs
  1. docker-compose 方式,可以共享给其它容器来使用 TODO

Tag summary

Content type

Image

Digest

Size

6.7 MB

Last updated

almost 8 years ago

docker pull trawor/ossfs