marbetschar / tins

Containers just like Virtual Machines - but with native performance
GNU General Public License v3.0
40 stars 3 forks source link

Edit Network Configuration #14

Open marbetschar opened 4 years ago

marbetschar commented 4 years ago

It should be possible to change the container's Network Configuration via GUI. I guess its enough to provide either NAT or Bridged mode:

Hidden (NAT)

In this mode each container operates in its own network. It's connection to the outside world is done using network address translation (NAT).

Pros

Cons

Visible (Bridged)

In this mode the network connection of the container is bridged into the local area network (LAN). Therefore the container appears as a regular computer within the local network.

Pros

Cons