hello
i m following this tutorial
but at the end have got this message:
docker pull ubuntu:22.04
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post “http://%2Fvar%2Frun%2Fdocker.sock/v1.51/images/create?fromImage=docker.io%2Flibrary%2Fubuntu&tag=22.04”: dial unix /var/run/docker.sock: connect: permission denied
someone could help me thanks to you
Try with sudo . If you want to make it permanent you can follow this link;
https://docs.docker.com/engine/install/linux-postinstall/
1 Like
Hi,
It looks like you don’t have enough authority.
Could you try to run docker with sudo
or apply the following steps to allow the access.
https://www.jetson-ai-lab.com/tips_ssd-docker.html#docker
- Restart the Docker service and add your user to the
docker
…
Thanks.
1 Like
Thanks you for all it’s working have a nice day.