Skip to content

Commit

Permalink
docker(install): enable debug for linux
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Aug 26, 2023
1 parent 6a8f167 commit a6558f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docker/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" \\
Expand Down

0 comments on commit a6558f6

Please sign in to comment.