docker(install): enable debug for linux
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -72,6 +72,7 @@ mkdir -p "$RUNDIR"
|
|||||||
echo "Starting dockerd"
|
echo "Starting dockerd"
|
||||||
set -x
|
set -x
|
||||||
exec dockerd \\
|
exec dockerd \\
|
||||||
|
--debug \\
|
||||||
--host="$DOCKER_HOST" \\
|
--host="$DOCKER_HOST" \\
|
||||||
--exec-root="$RUNDIR/execroot" \\
|
--exec-root="$RUNDIR/execroot" \\
|
||||||
--data-root="$RUNDIR/data" \\
|
--data-root="$RUNDIR/data" \\
|
||||||
|
|||||||
Reference in New Issue
Block a user