mirror of
https://github.com/docker/cli.git
synced 2026-01-23 15:21:32 +03:00
Each arg to docker run should be placed in a separate string. Otherwise, when starting the command via exec.Cmd, the command is interpreted as "echo test", which can't be found. Upstream-commit: 30ea0bebce340dfc257b5b45835234cb921f3a48 Component: engine