Merge pull request #51622 from AkihiroSuda/fix-51602

dockerd-rootless-setuptool.sh: fix `nsenter: no namespace specified`
This commit is contained in:
Paweł Gronowski
2025-12-01 10:06:50 +00:00
committed by GitHub

View File

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