mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
- Do not execute the template directly in the cli outout, go is not atomic in this operation and can send bytes before failing the execution. - Fail after evaluating a raw interface if the typed execution also failed, assuming there is a template parsing error. Signed-off-by: David Calavera <david.calavera@gmail.com> Upstream-commit: 3b9c13873afdfe6c884e1265397d7c5cb9cd5c5c Component: engine
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