docs/api/client
Qiang Huang 8799c4fc0f Implemet docker update command
It's used for updating properties of one or more containers, we only
support resource configs for now. It can be extended in the future.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-12-28 19:19:26 +08:00
..
formatter Add --format support to images command 2015-12-21 17:38:07 +01:00
inspect
lib Implemet docker update command 2015-12-28 19:19:26 +08:00
attach.go
build.go Move ulimit options to runconfig opts 2015-12-23 13:27:58 -05:00
cli.go Add --format support to images command 2015-12-21 17:38:07 +01:00
client.go Implemet docker update command 2015-12-28 19:19:26 +08:00
commit.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
cp.go
create.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
diff.go
events.go
exec.go
export.go
hijack.go
history.go
images.go Add --format support to images command 2015-12-21 17:38:07 +01:00
import.go
info.go
inspect.go
kill.go
load.go Make `docker load` to output json when the response content type is json. 2015-12-22 19:00:27 -05:00
login.go
logout.go
logs.go
network.go Add filter for `network ls` to hide predefined net 2015-12-23 13:26:40 +08:00
pause.go
port.go Replace usage of pkg/nat with go-connections/nat. 2015-12-22 13:31:46 -05:00
ps.go Add --format support to images command 2015-12-21 17:38:07 +01:00
pull.go
push.go
rename.go
restart.go
rm.go
rmi.go
run.go
save.go
search.go
start.go
stats.go
stats_unit_test.go
stop.go
tag.go
top.go
trust.go
trust_test.go
unpause.go
update.go Implemet docker update command 2015-12-28 19:19:26 +08:00
utils.go
version.go
volume.go
wait.go