mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Added Delve debugger to the development container (including instructions in the contribution guide).
Signed-off-by: Konrad Ponichtera <konpon96@gmail.com>
This commit is contained in:
@@ -77,6 +77,8 @@ if [ -z "$mtu" ]; then
|
||||
mtu=1500
|
||||
fi
|
||||
|
||||
dockerd="${DOCKERD:-dockerd}"
|
||||
|
||||
if [ -z "$_DOCKERD_ROOTLESS_CHILD" ]; then
|
||||
_DOCKERD_ROOTLESS_CHILD=1
|
||||
export _DOCKERD_ROOTLESS_CHILD
|
||||
@@ -128,5 +130,7 @@ else
|
||||
mount --rbind ${realpath_etc_ssl} /etc/ssl
|
||||
fi
|
||||
|
||||
exec dockerd $@
|
||||
# shellcheck disable=SC2068
|
||||
# shellcheck disable=SC2086
|
||||
exec $dockerd $@
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user