mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
* Jobs return an integer status instead of a string * Status convention mimics unix process execution: 0=success, 1=generic error, 127="no such command" * Stdout and Stderr support multiple thread-safe data receivers and ring buffer filtering Upstream-commit: a4f8a2494b0fb755db52c68cf61ddc8ff52d2965 Component: engine