I\'m trying to learn about Docker, but I keep getting cryptic (to me) error messages.
Possibly the simplest example of this is trying to print the version of Docker
$ docker version command query is internal to the Docker executable and not to the daemon/service running.$ docker images or $ docker ps or $ docker pull centos are commands which send queries to the docker daemon/service running.docker or you have used sudo before the command, e.g. $ sudo docker images, does it not require TLS connectivity.Visit Docker documentation page Protect the Docker daemon socket.
Scroll a little to the top and find warning section for clarity.