mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Unlike the untrusted push without an explicit tag will push all tags for that repo, the trusted push would expect an explicit tag. So that the code that attempts to do smart logic around signing multiple tags should be removed. Signed-off-by: Hu Keping <hukeping@huawei.com>
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