On LINUX: Parrot OS: Launching of Docker returns an Error

![image|500x122](upload://gpC9jGkLpoowUkIoE1xhZEivM4k.png
Earlier with VMware based - launching of docker didn’t throw this error.

While performing on base: LINUX distro: Parrot OS - below problem is faced:

Docker has returned an error: Cannot connect to unix socket /var/run/docker.sock ssl:default [Permission denied]

Kindly confirm if any known remedy to fix above problem ( I have tried restarting the docker instance and followed steps referred with forums answering docker problems.

  sudo apt-get install docker-ce ==========> when performing with referred remedy: docker-ce and docker-ce-cli were not  installable with parrot OS. please check are you able to install in other distros of DEBIAN OS.

Can you try downloading this script and do a dry run check and let us know if it runs?

Also, check if you have ufw disabled or allowed for the services.

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh --dry-run

As I faced few problem on installing basic network troubleshooting packages with parrot OS, I moved from parrot to ubuntu. thanks.