mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() make error message when running commands while daemon is down more user-friendly. ``` docker@54.175.201.239 ~: sudo service docker stop docker stop/waiting docker@54.175.201.239 ~: docker images Get http:///var/run/docker.sock/v1.19/images/json: dial unix /var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS? ``` Signed-off-by: Damien Nozay <damien.nozay@gmail.com> |
||
---|---|---|
.. | ||
client | ||
server | ||
types | ||
api_unit_test.go | ||
common.go | ||
README.md |
This directory contains code pertaining to the Docker API:
-
Used by the docker client when communicating with the docker daemon
-
Used by third party tools wishing to interface with the docker daemon