Got these two errors when trying to add the Meshery extension for Docker Desktop on windows.
Failed to install extension: installation could not be completed due to: executing 'docker compose -p meshery_docker-extension-meshery-desktop-extension -f C:\Users\cpepp\AppData\Roaming\Docker\extensions\meshery_docker-extension-meshery\vm\docker-compose.yaml up -d' : exit status 1
Error response from daemon: i/o timeout
I tried running the command that caused the error just in my terminal and this was the result:
docker compose -p meshery_docker-extension-meshery-desktop-extension -f C:\Users\cpepp\AppData\Roaming\Docker\extensions\meshery_docker-extension-meshery\vm\docker-compose.yaml up -d
CreateFile C:\Users\cpepp\AppData\Roaming\Docker\extensions\meshery_docker-extension-meshery\vm\docker-compose.yaml: The system cannot find the path specified.
So my understanding is that the docker compose command is searching for a Compose file that doesn’t exist? How can I resolve this?