nspawn / mkosi-definitions

This repository contains the mkosi definitions for the images
GNU General Public License v3.0
25 stars 6 forks source link

Containers have no network #2

Closed shibumi closed 3 years ago

shibumi commented 5 years ago

All containers don't have network.. This is something I would expect, so I will add it.

q2dg commented 4 years ago

The problem is to decide which kind of network would be the most suitable to implement by default: --private-network, macvlan, ipvlan, etc...

shibumi commented 4 years ago

The containers should just have the regular host systemd-networkd interface. I don't really plan to have different network types like ipvlan, macvlan etc..

Edu4rdSHL commented 3 years ago

All the networking-related issues with containers have been fixed, now all of them work out-of-the-box and also include basic networking tools such as ip and ping.