Change Vagrant port forwarding on a running system

后端 未结 2 1271
名媛妹妹
名媛妹妹 2021-02-01 16:52

I have a Vagrant system up and running and I want to apply a change to it which is as little as changing one of the forwarding rules.

From this page:

2条回答
  •  清歌不尽
    2021-02-01 16:59

    you can do

    vagrant reload --no-provision

    and it should run without chef, puppet, etc.

    although it will still reboot the vm- feels like "But if you have an already running system..." is maybe a bit misleading.

提交回复
热议问题