unias / docklet

OS for Virtual Private Cloud
https://unias.github.io/docklet/
BSD 3-Clause "New" or "Revised" License
240 stars 46 forks source link

Private OVS Network #248

Closed FirmlyReality closed 7 years ago

FirmlyReality commented 7 years ago
  1. Remove VLAN.
  2. Each User has his own ovs network, which means each host that has user's container will build a ovs bridge named 'docklet-br-uid' only for him. And the ovs bridges will be connected by GRE Tunnels with key. The key will be set by uid.
  3. Docklet will build user's network when starting or recovering network automatically.