GoogleContainerTools/skaffold

Allow Absolute paths for file sync

Aperta

#2898 aperta il 17 set 2019

 (12 commenti) (1 reazione) (0 assegnatari)Go (1416 fork)batch import
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence

Metriche repository

Star
 (12.822 stelle)
Metriche merge PR
 (Merge medio 3g 6h) (16 PR mergiate in 30 g)

Descrizione

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.

Guida contributor