After installing can execute command to have access to docker functionality without sudo. In my sitation, with same errors all is resolved after :
$ sudo usermod -aG docker ${USER}
$ su - ${USER}
$ id -n
$ sudo usermod -aG docker username
and can restart docker after that:
systemctl restart docker