docker(install): enable debug for linux

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-08-26 12:07:13 +02:00
parent 6a8f167e10
commit a6558f6584

View File

@@ -72,6 +72,7 @@ mkdir -p "$RUNDIR"
echo "Starting dockerd"
set -x
exec dockerd \\
--debug \\
--host="$DOCKER_HOST" \\
--exec-root="$RUNDIR/execroot" \\
--data-root="$RUNDIR/data" \\