mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 19:49:32 +01:00
doc/VirtualMachine.md: clarify that VMs can be hosted on remote physical machines
This commit is contained in:
parent
3f98aced62
commit
3b36894403
@ -511,8 +511,10 @@ In your instance of PBot, the `sh echo hello` command should output `hello`.
|
||||
<PBot> hello
|
||||
|
||||
## Adding additional VMs
|
||||
You may add as many virtual machines as your system can handle. Edit the [`vm-exec.json`](../applets/pbot-vm/host/config/vm-exec.json) configuration
|
||||
file to do so. Then use the `-vm=...` option to select them with the `sh`, `cc`, etc, commands.
|
||||
You may add as many virtual machines as you like. The virtual machines can exist on different physical machines.
|
||||
Edit the [`vm-exec.json`](../applets/pbot-vm/host/config/vm-exec.json) configuration file with the details (IP addresses
|
||||
of remote machines hosting the virtual machines, etc). Then use the `-vm=...` option to select the machine with the
|
||||
`sh`, `cc`, etc, commands.
|
||||
|
||||
For instance, if you create a FreeBSD VM and have added it to [`vm-exec.json`](../applets/pbot-vm/host/config/vm-exec.json) with an alias of `freebsd`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user