mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +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
|
# FIXME: debugging for #11871
|
||||||
run_podman exec $cid cat /etc/resolv.conf
|
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
|
run_podman unshare --rootless-cni cat /etc/resolv.conf
|
||||||
fi
|
fi
|
||||||
ps uxww
|
ps uxww
|
||||||
|
Reference in New Issue
Block a user