moby--moby/cli/command/container
Reficul ca51b2bf2c fix incorrect ErrConnectFailed comparison
Signed-off-by: Reficul <xuzhenglun@gmail.com>
(cherry picked from commit d5dc9b8b1f)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-11-22 11:23:49 -08:00
..
attach.go
cmd.go refactor help func in CLI 2016-11-18 13:30:44 -08:00
commit.go
cp.go
create.go Generate container create response from swagger spec. 2016-10-31 11:16:02 -04: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 Fix typs from go to Go 2016-10-18 19:40:16 +08:00
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 always add but hide experimental cmds and flags 2016-11-08 04:55:27 -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 Update `docker stop` and `docker restart` to allow not specifying timeout and use the one specified at container creation time. 2016-10-17 12:53:35 -07:00
rm.go Support parallel rm 2016-09-28 12:07:18 +08:00
run.go
start.go context.Context should be the first parameter of a function 2016-11-08 14:51:17 +08:00
stats.go Add StatsFormat to the config.json file 2016-10-28 11:48:25 -07:00
stats_helpers.go Add support for Names and ID in stats format 2016-11-03 07:20:46 +01:00
stats_unit_test.go Update function name for TestCalculBlockIO 2016-11-09 17:43:10 +08:00
stop.go Update `docker stop` and `docker restart` to allow not specifying timeout and use the one specified at container creation time. 2016-10-17 12:53:35 -07:00
top.go
tty.go
unpause.go
update.go Fixes #27798 : Update help for --blkio-weight parameter 2016-11-03 06:42:15 +00:00
utils.go fix incorrect ErrConnectFailed comparison 2016-11-22 11:23:49 -08:00
wait.go