mirror of
https://github.com/moby/moby.git
synced 2026-01-11 02:31:44 +00:00
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:
@@ -556,4 +556,5 @@ if ! command -v "cmd_entrypoint_${command}" > /dev/null 2>&1; then
|
||||
fi
|
||||
|
||||
# main
|
||||
shift
|
||||
"cmd_entrypoint_${command}" "$@"
|
||||
|
||||
Reference in New Issue
Block a user