I posted this queston already in the wrong channel, so here is my second try:
I have switched from Docker Desktop to Rancher. Now I have the problem that when I start a container via docker-compose, I get the following error:
"Error response from daemon: create \\wsl$\Ubuntu\home\david\projects\test\.configuration\docker\
test.linux.dev
\docker-data\mysql: "\\\\wsl$\\Ubuntu\\home\\david\\projects\\test\\.configuration\\docker\\
test.linux.dev\\do
cker-data\\mysql" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If
you intended to pass a host directory, use absolute path"
Can I start the container from windows even though the volumes are in wsl?