sudo groupadd docker
as normal user
sudo gpasswd -a $USER docker
Either do a newgrp docker or log out/in to activate the changes to groups.
source: https://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo
If the error continues
sudo setfacl -m user:$USER:rw /var/run/docker.sock