Skip to content

Update Docker Desktop log paths from dockerd.log to init.log#24929

Open
vvoland wants to merge 1 commit intodocker:mainfrom
vvoland:pinata-dockerd
Open

Update Docker Desktop log paths from dockerd.log to init.log#24929
vvoland wants to merge 1 commit intodocker:mainfrom
vvoland:pinata-dockerd

Conversation

@vvoland
Copy link
Copy Markdown
Contributor

@vvoland vvoland commented Apr 29, 2026

Docker Desktop no longer writes separate dockerd.log and containerd.log files. All VM service logs are multiplexed into a single init.log file.

The init.log file uses JSON-formatted lines with a "component" field, not the old <timestamp> <component> <message> format.

….log

Docker Desktop no longer writes separate dockerd.log and containerd.log
files. All VM service logs are multiplexed into a single init.log file.

The init.log file uses JSON-formatted lines with a "component" field,
not the old "<timestamp> <component> <message>" format.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland self-assigned this Apr 29, 2026
@vvoland vvoland requested a review from dvdksn as a code owner April 29, 2026 11:36
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 29, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit e48c2ad
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69f1ed26799ed90008cab344
😎 Deploy Preview https://deploy-preview-24929--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in what version did this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants