Skip to content

Commit 3964729

Browse files
authored
Merge pull request moby#51622 from AkihiroSuda/fix-51602
dockerd-rootless-setuptool.sh: fix `nsenter: no namespace specified`
2 parents 2faf258 + 8c0751a commit 3964729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/dockerd-rootless-setuptool.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,4 +556,5 @@ if ! command -v "cmd_entrypoint_${command}" > /dev/null 2>&1; then
556556
fi
557557

558558
# main
559+
shift
559560
"cmd_entrypoint_${command}" "$@"

0 commit comments

Comments
 (0)