Unable to start meshery on docker

Hello everyone, I am unable to start Meshery on docker platform.

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7892  100  7892    0     0  13373      0 --:--:-- --:--:-- --:--:-- 13353

Downloading mesheryctl-v0.6.108 for Linux...

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 22.0M  100 22.0M    0     0  6786k      0  0:00:03  0:00:03 --:--:-- 11.1M

Extracting mesheryctl-v0.6.108 to temporary folder OUXMd1KczdVC9Ku9...

Installing mesheryctl in /usr/local/bin.
mesheryctl installed.
permissions moved to yana
Removing installation files
Starting Meshery...
A new release of mesheryctl is available: v0.6.107 → v0.6.108
https://github.com/layer5io/meshery/releases/tag/v0.6.108
Check https://docs.meshery.io/guides/upgrade#upgrading-meshery-cli for instructions on how to update mesheryctl

Updating Meshery now...
open /home/yana/.meshery/meshery.yaml: permission denied
Error: failed to start Meshery
See https://docs.meshery.io/reference/mesheryctl/system for usage details
: failed to update Meshery containers
See https://docs.meshery.io/reference/mesheryctl/system for usage details
: failed to start meshery
See https://docs.meshery.io/reference/mesheryctl/system for usage details
: exit status 14

If anyone knows the solution kindly answer.

@Yana_Gupta this line "open /home/yana/.meshery/meshery.yaml: permission denied" says that you don’t have appropriate permission to read and write this directory.
try executing this command command sudo chown -R $(whoami) /home/yana/.meshery, and let us know whether this solved your problem or not.
Thank you

@zaki_shaikh that is not the problem I have checked the permission that’s right.

-rw-rw-r-- 1 yana yana 2810 Jul 16 14:22 /home/yana/.meshery/meshery.yaml 
1 Like