Starting NSS: permission denied

Hi trying to run NSS in docker on Fedora 32 I get:
[theuns@localhost ~]$ docker run -p 8443:8443 nodesolidserver/node-solid-server
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create: dial unix /var/run/docker.sock: connect: permission denied.

Any ideas to fix this?

This seams to be unrelated to NSS, but to be an issue with your docker setup. Can you run other containers? Is the user member of the docker group?

Did you run docker as root ?