I was using docker in WSL installed from apt. I also had docker desktop installed. Because of this I had problems. I have uninstalled Docker Desktop and cleaned containers, images, network and all that in wsl. Last command I used was : sudo apt remove “docker*” --auto-remove
After that I uninstalled docker desktop and installed it again. I have rebooted windows at the end of the installation.
Now, I want to install the penpot docker-compose.yml. From what I found, you are supposed to do it from the WSL bash. When I run it I have the following problem :
docker-compose up
[+] Running 6/6
✘ penpot-mailcatch Error Head “``https://registry-1.docker.io/v2/sj26/mailcatcher/manifests/latest”:`` unauthorized: email must be verified before using account
! penpot-backend Interrupted
...
Error response from daemon: Head “``https://registry-1.docker.io/v2/sj26/mailcatcher/manifests/latest”:`` unauthorized: email must be verified before using account
I am guessing it is using the account registered in Docker desktop ? This is supposed to be a public image.
How do I verified my email. The account I use on this forum is the one I use in Docker Desktop.
Thanks