Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remote-session: use
--net=host
for remote cosa
It seems like podman purposely filters out local DNS resolvers like systemd-resolved in favour of directly mentioning specifying the upstream DNS servers. That messes up with a VPN setup we have though where we need to go through systemd-resolved to resolve hosts located on the VPN. Passing `--dns=127.0.0.53` would also work, but let's just simplify things further and pass through the host network. Ref: containers/podman#3277
- Loading branch information