compose/tests
Guillaume Tardif 72bae873c5 Do not delegate to old cli if cobra fails before invoking the PreRun or SetHelp hook that call isOwnCommand(). Find the command from root.Find(args).
Tried to use  `cmd, err := root.ExecuteC()` but I can’t pass the context like with `root.ExecuteContext(ctx)`, could not find a way without and explicit call to root.Find(args)
2020-06-10 17:25:52 +02:00
..
aci-e2e Backend is responsible for generating containers IDs and truncate them if wanted/supported for docker ps 2020-06-08 12:37:33 +02:00
composefiles Add DockerCon 2020 header image and update font 2020-05-18 09:22:08 -05:00
e2e Do not delegate to old cli if cobra fails before invoking the PreRun or SetHelp hook that call isOwnCommand(). Find the command from root.Find(args). 2020-06-10 17:25:52 +02:00
framework make e2e TestKillChildOnCancel exec properly on windows 2020-06-04 17:58:24 +02:00
node-client Add the store to the gRPC context 2020-06-09 12:11:59 +02:00