Answer the question
In order to leave comments, you need to log in
How to run box in vagrant on another computer?
Hello!
Now the virtual machine is running on the machine where I run vagrant up.
Is there a way to save computer resources and run a virtual machine on another computer connected over the network to the main one on which I work?
Answer the question
In order to leave comments, you need to log in
With the default provider (virtualbox) in general, nothing. There is plugin Share , but not exactly what you need. If you use providers like AWS, Rackspace, etc., then you can run virtual machines in a remote environment. But this, again, is not exactly "another computer connected over the network."
If we are talking about the default `virtualbox` provider, then it is local, that is, it works only with VirtualBox installed on the same machine.
In your case, the simplest solution would be to log in to a remote server (ssh/rdp) and run vagrant from there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question