mirror of
https://github.com/containers/podman.git
synced 2025-06-24 11:28:24 +08:00
Merge pull request #12297 from edsantiago/no_remote_unshare
Network test: fix podman-remote-rootless corner case
This commit is contained in:
@ -172,7 +172,7 @@ load helpers
|
||||
|
||||
# FIXME: debugging for #11871
|
||||
run_podman exec $cid cat /etc/resolv.conf
|
||||
if is_rootless; then
|
||||
if is_rootless && ! is_remote; then
|
||||
run_podman unshare --rootless-cni cat /etc/resolv.conf
|
||||
fi
|
||||
ps uxww
|
||||
|
Reference in New Issue
Block a user