So, in my docker panel, under “Containers / Apps”, I have one listed as “5db8e096e96dcde99007566869902027a09524bd8527abe745a095f1f1e272a9”. Not very friendly name.
In the meantime, since there’s a strong recommendation to no use mounts across operating systems (i.e. “/mnt/…”), I create my projects directly in the Linux File System (i.e. “\\wsl$\Ubuntu\home\trogne\myprojectname”).
You can read the recommendation here :
And there’s also an alert for that in vscode if you launch it (“code .”) in a “/mnt” folder:
“This workspace is on the Windows file system (/mnt/). For best performance, we recommend moving the workspace to the Linux file system (~/home).”