mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Improved readability of the run hack script
Signed-off-by: Konrad Ponichtera <konpon96@gmail.com>
This commit is contained in:
@@ -130,7 +130,6 @@ else
|
||||
mount --rbind ${realpath_etc_ssl} /etc/ssl
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2068
|
||||
# shellcheck disable=SC2086
|
||||
exec $dockerd $@
|
||||
exec $dockerd "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user