Easiest way to copy a single file from host to Vagrant guest?

前端 未结 19 1728
暖寄归人
暖寄归人 2020-12-22 15:15

I have a use case where I occasionally want to copy a single file from my host machine to the Vagrant guest.

I don\'t want to do so via traditional provisioners (Pup

19条回答
  •  [愿得一人]
    2020-12-22 15:30

    vagrant upload localfile
    

    that will put localfile in the vagrant user's home dir

    https://www.vagrantup.com/docs/cli/upload.html

提交回复
热议问题