V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
yinzswang
V2EX  ›  Docker

Docker 容器访问 U 盘

  •  
  •   yinzswang · 25 天前 · 1000 次点击

    使用-v /run/media/$USER/:/run/media/$USER参数可以挂载 u 盘,但是 u 盘一旦重新插入像需要重启容器才能访问,有点麻烦😵‍💫; v 友有没有优雅点的方法啊😖

    2 条回复    2025-03-11 01:49:10 +08:00
    w568w
        1
    w568w  
       25 天前   ❤️ 1
    配置一下 bind propagation:

    https://docs.docker.com/engine/storage/bind-mounts/#configure-bind-propagation

    默认是 rprivate ,用 shared 、rshared 、rslave 类型都可以传递挂载信息。具体区别看上面的文档。挂载方式大概就是这样:

    --mount type=bind,source=/run/media/$USER/,target=/run/media/$USER,bind-propagation=shared
    yinzswang
        2
    yinzswang  
    OP
       25 天前
    @w568w 谢谢老哥, 刚刚也搜索到了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   955 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 22:52 · PVG 06:52 · LAX 15:52 · JFK 18:52
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.