mirror of https://github.com/docker/docs.git
The security infomation has already been added to `GET /info` in #21172. However, it is not part of the output of `docker info` yet. This fix adds the security information to `docker info`. Additional tests has been added to cover changes. This fix fixes #23500. This fix is related to #20909, #21172. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> (cherry picked from commit eee20b564ffae0b8c8043115c959f0f9d1869fed) |
||
---|---|---|
.. | ||
client | ||
fixtures | ||
server | ||
types/backend | ||
README.md | ||
common.go | ||
common_test.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