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

dockerfile 怎么 COPY 软链接文件夹?

  •  
  •   nyxsonsleep · 2 天前 · 599 次点击

    COPY softlinks image/realdir

    提示 softlinks 不存在。我需要的是 host/realdir. softlinks->host/realdir

    背景:softlinks 指定的文件夹是动态变化的,所以目前只能使用这个软链接。

    3 条回复    2024-12-22 08:48:55 +08:00
    recall704
        1
    recall704  
       1 天前 via iPhone
    那就加到 makefile 里,先生成再构建
    flyqie
        2
    flyqie  
       1 天前 via Android
    为什么不在运行时做而要写到 dockerfile ?

    dockerfile 感觉很难做到这一点吧?因为貌似 docker 镜像目的就是与宿主机尽量不产生关联。
    QHKZ
        3
    QHKZ  
       1 天前 via iPhone
    试试 CMD 命令,或者直接用 shell 一键脚本一层做完
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3226 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 12:32 · PVG 20:32 · LAX 04:32 · JFK 07:32
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.