I am given to understand that docker bridge network can't be used anymore when running Docker in rootless mode & i see some mention of this in a few old git discussions. However when i go through the Docker docs for rootless or bridge-network i don't see any mention of such a restriction.
I see from the docs that one still can use the host-network mode with the below restriction,
Host network (docker run --net=host) is also namespaced inside RootlessKit.
and with the caveats mentioned here.
If one can still use the host-network as noted above how about the bridge-network? Can someone help throw some light?
UPDATE (OCT 5, 2022):
This one seems to indicate rootless docker does NOT support host network by stating the below while Docker's own rootless page doesn't seem to indicate so.
I wish Docker clarified these basic aspects clearly in the docs.
Doesn’t support –net-host.