Closed antrusd closed 7 months ago
$ rootlesskit --net=none bash
WARN[0000] [rootlesskit:parent] specifying --disable-host-loopback is highly recommended to prohibit connecting to 127.0.0.1:* on the host namespace (requires pasta, slirp4netns, or VPNKit)
This warning should not be printed for --net-none
$ rootlesskit --net=none bash WARN[0000] [rootlesskit:parent] specifying --disable-host-loopback is highly recommended to prohibit connecting to 127.0.0.1:* on the host namespace (requires pasta, slirp4netns, or VPNKit)
This warning should not be printed for
--net-none
Updated here
This PR will add net
none
driver support. The driver almost similar withhost
but only providelo
interface configured. This is follow up from https://github.com/rootless-containers/rootlesskit/pull/427 .