Hi Arun! Arun Isaac skribis: > I took too long, but here it is finally! Should I add any documentation > about this new -N option to the manual? Yes, please. > From d5f6fb996f591c44d94fe578a5c41a830ddcb077 Mon Sep 17 00:00:00 2001 > From: Arun Isaac > Date: Fri, 10 May 2019 16:56:16 +0530 > Subject: [PATCH] linux-container: Add support for container network sharing. > > * gnu/system/linux-container.scm (container-essential-services): If network is > to be shared with the host, remove network configuration files from etc > service. > (containerized-operating-system): If network is to be shared with the host, > remove nscd service and map host's /var/run/nscd if it exists. > (container-script): If network is to be shared with the host, do not create > network namespace. > * guix/scripts/system.scm (system-derivation-for-action): Add > (perform-action): Add #:container-shared-network? argument. > (show-help): Add "-N, --network" help information. > (%options): Add network option. > (process-action): Call perform-action with #container-shared-network? argument. > > Co-authored-by: Christopher Baines LGTM! I guess this is what you wanted to achieve, Chris, right? Thank you, Ludo’.