Problems when running `./mesheryctl system start -p docker`

Hi @Lee,

Thank you for the quick reply.

Previously when I followed the instructions listed above, except that at the step9 I ran ./mesheryctl system start instead of ./mesheryctl system start -p docker, I found that it opened the Meshery playground at local host but the adapters are unavailable (I posted a discussion here). From the solution below, I got the instructions that to make the adapters available in that situation, I need to running make run into the respective directory of adapter. And before that, I need to first deploy Meshery either in Kubernetes or Docker.

So this time, at step9 I run ./mesheryctl system start -p docker to start Meshery and deploy it in docker. But the console’s output has an error message, and it didn’t open the Meshery playground at localhost.

meshery-1     | time="2024-08-28T00:23:27Z" level=error msg="open : no such file or directory" app=meshery code=meshkit-11171 probable-cause="File does not exist in the location .Insufficient permissions" severity=2 short-description="error reading file" suggested-remediation="Verify that file exist at the provided location.Verify sufficient file permissions."

I’m not sure if I’m on the right track or if I missed anything.