GoogleContainerTools/skaffold

Allow Absolute paths for file sync

Open

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

在 GitHub 查看
 (12 留言) (1 反應) (0 負責人)Go (12,822 star) (1,416 fork)batch import
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence

描述

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.

貢獻者指南

Allow Absolute paths for file sync · GoogleContainerTools/skaffold#2898 | Good First Issue