How to run django server from docker in wsl? Error in absolute path
For the first time I'm trying to set up my project on win 10. I have set these settings for my django server, which uses an interpreter from docker running on ubuntu. After the launch, I received an error message.
\\wsl$\Ubuntu\home\alexander\work\integrationservice: "\\\\wsl$\\Ubuntu\\home\\alexander\\work\\integrationservice" 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
How to solve this problem?