A
A
Anton Sashnin2016-07-28 12:25:01
Virtualization
Anton Sashnin, 2016-07-28 12:25:01

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

2 answer(s)
P
protven, 2016-07-28
@protven

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."

M
Mikhail Zholobov, 2016-08-04
@legal90

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 question

Ask a Question

731 491 924 answers to any question