DockerCLI/internal/test
Silvin Lubecki eb0ba4f8d5 Extract streams helpers from command package to their own package to remove a cyclic dependency from command to internal/containerizedengine
Aliasing old types
* streams.InStream -> streams.In
* streams.NewInStream -> streams.NewIn
* streams.OutStream -> streams.Out
* streams.NewOutStream -> streams.NewOut

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2019-01-28 14:36:00 +01:00
..
builders Merge pull request #885 from thaJeztah/node-engine-version 2018-02-20 18:45:36 +01:00
environment connhelper: add e2e 2018-09-30 10:24:34 +09:00
network Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
notary Refactor content_trust cli/flags handling 2018-03-08 15:00:43 -05:00
output Fix 'wether'->'whether' 2018-09-07 16:26:18 +08:00
cli.go Extract streams helpers from command package to their own package to remove a cyclic dependency from command to internal/containerizedengine 2019-01-28 14:36:00 +01:00
doc.go Add TESTING document. 2017-08-24 14:45:50 -04:00
store.go Silent login: if user did not provide -u and -p flag for login command but both username and password are retrieved in cred store, docker will automatically use the credentials found in the cred store to log in 2018-02-22 09:14:51 -08:00
strings.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00