If you are faced with sudo issue on docker.
try running;
docker context ls
If you see something like linux-default, just run the next command , you should be able to run docker without sudo now.!
docker context use default
If you are faced with sudo issue on docker.
try running;
docker context ls
If you see something like linux-default, just run the next command , you should be able to run docker without sudo now.!
docker context use default