1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client/container
Vincent Demeester 075b75fa14
Fix some context sharing/plumbing
With cobra switch (and maybe before), some context weren't *plumbed* the
right way, fixing that.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-06-09 17:58:10 +02:00
..
attach.go Move attach command to cobra. 2016-06-06 22:28:57 +08:00
create.go Fix create command flags 2016-06-07 14:11:11 +02:00
diff.go Fix TestDiffEmptyArgClientError O:) 2016-06-06 13:58:29 +02:00
export.go Migrate export command to cobra 2016-06-05 16:42:19 +02:00
kill.go Migrate kill command to cobra 2016-06-07 17:20:33 +08:00
logs.go Use spf13/cobra for docker logs 2016-06-05 15:51:35 -07:00
pause.go Use spf13/cobra for docker pause 2016-06-06 12:37:18 -07:00
port.go Use spf13/cobra for docker port 2016-06-06 05:32:34 -07:00
rename.go Use spf13/cobra for docker rename 2016-06-06 12:39:11 -07:00
restart.go Fix some context sharing/plumbing 2016-06-09 17:58:10 +02:00
rm.go Migrate rm command to cobra 2016-06-07 22:19:16 +08:00
run.go Migrate rm command to cobra 2016-06-07 22:19:16 +08:00
start.go Migrate start command to cobra 2016-06-06 09:53:18 +08:00
stats.go Migrate stats and events command to cobra. 2016-06-08 10:39:53 +08:00
stats_helpers.go Migrate stats and events command to cobra. 2016-06-08 10:39:53 +08:00
stats_unit_test.go Migrate stats and events command to cobra. 2016-06-08 10:39:53 +08:00
stop.go Use time.Duration for container restart/stop timeouts 2016-06-08 08:05:18 +02:00
top.go Use spf13/cobra for docker top 2016-06-06 06:38:43 -07:00
unpause.go Use spf13/cobra for docker unpause 2016-06-05 17:29:52 -07:00
wait.go Use spf13/cobra for docker wait 2016-06-06 05:09:41 -07:00