Docker follow symlink outside context

后端 未结 5 2158
梦如初夏
梦如初夏 2020-12-05 12:54

Yet another Docker symlink question. I have a bunch of files that I want to copy over to all my Docker builds. My dir structure is:

parent_dir
    - common_f         


        
5条回答
  •  -上瘾入骨i
    2020-12-05 12:58

    instead of using simlinks it is possible to solve problem administratively by just moving files from sites_available to sites_enabled instead of copying or making simlinks

    so your site config will be in one copy only in site_available folder if it stopped or something or in sites_enabled if it should be used

提交回复
热议问题