mbox

[bug#35895,0/1] linux-container: Remove networking servicewhen network is shared with host.

Message ID 20190525070113.5576-1-arunisaac@systemreboot.net
Headers show

Message

Arun Isaac May 25, 2019, 7:01 a.m. UTC
When the container network is shared with the host, the loopback and
networking services fail. This causes other services, like nginx, which depend
on the loopback and networking services to also fail. Hence, when the network
is to be shared with the host, we must replace the
static-networking-service-type with a new dummy-networking-service-type that
does nothing but simply provide loopback and networking.

Arun Isaac (1):
  linux-container: Remove networking service when network is shared with
    host.

 gnu/system/linux-container.scm | 32 +++++++++++++++++++++++++++-----
 1 file changed, 27 insertions(+), 5 deletions(-)