Files
linuxkit/docs
Brice Figureau 02e5f70589 Allow to specify more than one networking adapter for vbox
Note: this patch introduces an incompatibility in the
`linuxkit run vbox` arguments.

It wasn't impossible to specify more than one network adapter
to the `linuxkit run vbox` command.

This patch allows to specify more than one `-networking` argument to specify
different network adapters.

For instance:
~~~sh
linuxkit run vbox -networking type=nat -networking type=hostonly,adapter=vboxnet0
~~~
will setup the VM with 2 NICs.

It is also possible to get rid of the `type` argument.

Signed-off-by: Brice Figureau <brice@daysofwonder.com>
2018-08-02 10:34:26 +02:00
..
2018-07-09 20:36:58 +01:00
2018-07-26 16:23:35 +01:00
2017-10-26 16:28:51 +02:00
2017-07-26 13:46:51 +03:00
2018-07-26 19:49:18 +01:00