I installed Docker in my machine where I have Ubuntu OS. After than I installed docker, when I run
sudo docker run hello-world
All it\'s ok
use this command
sudo usermod -aG docker $USER
then restart your computer this worked for me.