dockerd-rootless-setuptool.sh: fix nsenter: no namespace specified

Fix issue 51602

Corresponds to https://github.com/containerd/nerdctl/blob/v2.2.0/extras/rootless/containerd-rootless-setuptool.sh#L654

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2025-12-01 16:43:46 +09:00
parent 2faf258d4d
commit 8c0751aa4d

View File

@@ -556,4 +556,5 @@ if ! command -v "cmd_entrypoint_${command}" > /dev/null 2>&1; then
fi
# main
shift
"cmd_entrypoint_${command}" "$@"