pycontribs / python-vagrant

Python bindings for interacting with Vagrant virtual machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to configure port forwarding?

jmdcal opened this issue · comments

How can I setup port forwarding?

You need to configure that in your Vagrantfile. See this. python-vagrant does not have the ability to generate a Vagrantfile with port forwarding configured for you at the moment.

Thank you, that is what I figured out as well..