Docker run hello-world (ubuntu)

When trying docker run hello-world on my local workstation, I got this error - Unable to find image ‘hello-world:latest’ locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp 192.168.1.1:443: connect: connection refused.
Please revert me regarding the solution of this issue.
Thanks

Does your server have internet access or is behinde a vpn / proxy?

Yes I’ve installed docker on my local workstation and it has internet access. I use VPN some times.
could it be the problem ?