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

前端 未结 19 1738
暖寄归人
暖寄归人 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条回答
  •  梦毁少年i
    2020-12-22 15:19

    Try this.. vagrant ubuntu 14.04 This worked for me.

    scp -r -P 2222 vagrant@localhost:/home .
    

提交回复
热议问题