I am using docker desktop and wsl2.
In ubuntu 20.04 wsl image in file /proc/mounts it is the line
drvfs /Docker/host 9p rw,dirsync,noatime,aname=drvfs;path=C:\Program Files\Docker\Docker\resources;symlinkroot=/mnt/,mmap,access=client,msize=262144,trans=virtio 0 0
File is space separated like %s %s %s %s %d %d
. Space in “Program Files” breaks this formatting.
How it can be fixed?
Thanks