Before Docker Desktop 4.30 it was possible to get the logs of a self hosted runner under WSL2 exposed as part of the whole build using something like
-v /mnt/wsl/docker-desktop-data/version-pack-data/community/docker/containers:/var/lib/docker/containers:ro
This worked when launching the Bitbucket runner from within a WSL distribution, as the standard Linux Docker log path needed to be adjusted for WSL/Docker Desktop.
However, in fresh installations of Docker Desktop 4.30 and later, the docker-desktop-data
path is no longer exposed.
Does anyone have a workaround to restore log access given this change?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.