Just after installing Docker, and you try to pull a pre-built image, you might receive the the following error:
no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS?
All you need to do is to start Docker prior to pulling any pre-built images:
sudo start docker