Files
linuxkit/src/cmd/linuxkit
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-06-06 16:05:51 -07:00
2018-07-16 14:22:15 +01:00
2017-10-10 16:05:15 +01:00
2017-12-27 18:17:45 +00:00
2017-06-15 17:31:28 -07:00
2017-06-02 14:41:28 +03:00
2018-07-26 19:49:18 +01:00
2018-03-07 14:59:14 -08:00