GoogleContainerTools/skaffold

Allow Absolute paths for file sync

開放

#2,898 建立於 2019年9月17日

 (12 則留言) (1 個反應) (0 位負責人)Go (1,416 個分叉)batch import
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence

倉庫指標

星標
 (12,822 顆星)
PR 合併指標
 (平均合併 3天 6小時) (30 天內合併 16 個 PR)

描述

It would be very useful to be able to use local absolute filepaths for sync, such as:

    sync:
      manual:
        - src: "/home/user/.config/**"
          dest: "/config/"

This is not possible via the docker image and symlinks also do not work. Open to any other suggestions if there is another way around this.

貢獻者指南