1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/container
Derek McGowan 25bbf8ab7c Support for docker content trust for plugins
Add integration test for docker content trust

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
(cherry picked from commit 14e8bba4f5)
2016-12-27 14:27:28 -08:00
..
attach.go context.Context should be the first parameter of a function 2016-11-22 18:43:29 -08:00
cmd.go refactor help func in CLI 2016-11-18 13:30:44 -08:00
commit.go
cp.go
create.go Support for docker content trust for plugins 2016-12-27 14:27:28 -08:00
diff.go
exec.go fix incorrect ErrConnectFailed comparison 2016-11-22 11:23:49 -08:00
exec_test.go Remove redundant parameter and fix typos 2016-11-10 11:05:31 +08:00
export.go
hijack.go
inspect.go
kill.go
list.go Use map[string]bool for preProcessor to ignore unknwon field 2016-11-18 13:42:21 -08:00
logs.go
pause.go
port.go
prune.go Convert DanglingOnly to Filters for docker image prune 2016-12-07 16:08:18 -08:00
ps_test.go Use map[string]bool for preProcessor to ignore unknwon field 2016-11-18 13:42:21 -08:00
rename.go
restart.go
rm.go
run.go context.Context should be the first parameter of a function 2016-11-22 18:43:29 -08:00
start.go context.Context should be the first parameter of a function 2016-11-22 18:43:29 -08:00
stats.go context.Context should be the first parameter of a function 2016-11-22 18:43:29 -08:00
stats_helpers.go context.Context should be the first parameter of a function 2016-11-22 18:43:29 -08:00
stats_unit_test.go
stop.go
top.go
tty.go
unpause.go
update.go
utils.go context.Context should be the first parameter of a function 2016-11-22 18:43:29 -08:00
wait.go