..
client.go
Add godoc comment about client tls verification.
2015-12-21 12:55:37 -05:00
client_test.go
Force API versioning in the client library.
2015-12-14 12:06:42 -05:00
container_attach.go
Implement configurable detach key
2016-01-03 23:03:39 +01:00
container_commit.go
Make the commit configuration to be a typed struct rather than accepting a string.
2015-12-09 12:06:58 -05:00
container_create.go
Move Config and HostConfig from runconfig to types/container.
2015-12-22 13:34:30 -05:00
container_inspect.go
Implement docker inspect with standalone client lib.
2015-12-09 12:05:00 -05:00
container_list.go
Move filters package to the API.
2015-12-15 18:13:26 -05:00
container_remove.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
container_rename.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
container_restart.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
container_start.go
Implement docker start with standalone client lib.
2015-12-09 12:04:59 -05:00
container_stats.go
Implement docker stats with standalone client lib.
2015-12-09 12:05:00 -05:00
container_stop.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
container_top.go
Change references to query values.
2015-12-09 12:04:59 -05:00
container_unpause.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
container_update.go
Implemet docker update command
2015-12-28 19:19:26 +08:00
copy.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
diff.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
errors.go
Implement all inspect commands with the new inspector interface.
2015-12-09 12:05:01 -05:00
events.go
Move filters package to the API.
2015-12-15 18:13:26 -05:00
exec.go
Move ExecConfig to types.
2015-12-22 13:31:46 -05:00
export.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
hijack.go
api: client: lib: fix go vet
2015-12-16 12:00:48 +01:00
history.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
image_build.go
Move Config and HostConfig from runconfig to types/container.
2015-12-22 13:34:30 -05:00
image_build_test.go
Remove httputils dependency from API client lib.
2015-12-14 16:48:59 -05:00
image_create.go
Implement docker pull with standalone client lib.
2015-12-09 12:05:00 -05:00
image_import.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
image_inspect.go
Implement docker inspect with standalone client lib.
2015-12-09 12:05:00 -05:00
image_list.go
Move filters package to the API.
2015-12-15 18:13:26 -05:00
image_load.go
Make docker load
to output json when the response content type is json.
2015-12-22 19:00:27 -05:00
image_pull.go
Implement docker pull with standalone client lib.
2015-12-09 12:05:00 -05:00
image_push.go
Implement docker push with standalone client lib.
2015-12-09 12:05:00 -05:00
image_remove.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
image_save.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
image_search.go
Move registry.SearchResult types to api/types/registry.
2015-12-15 11:44:20 -05:00
image_tag.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
info.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
kill.go
Lowercase http method functions.
2015-12-09 12:04:59 -05:00
login.go
Move AuthConfig to api/types
2015-12-14 11:22:01 -05:00
logs.go
Move timeutils functions to the only places where they are used.
2015-12-15 14:56:14 -05:00
network.go
Add filter for network ls
to hide predefined net
2015-12-23 13:26:40 +08:00
pause.go
Implement docker pause with standalone client lib.
2015-12-09 12:04:56 -05:00
privileged.go
Implement docker pull with standalone client lib.
2015-12-09 12:05:00 -05:00
request.go
Remove timeout shared function.
2015-12-14 14:24:21 -05:00
resize.go
Implement docker resize with standalone client lib.
2015-12-09 12:05:00 -05:00
version.go
Move client version to the docker cli.
2015-12-11 19:03:33 -05:00
volume.go
Move filters package to the API.
2015-12-15 18:13:26 -05:00
wait.go
Implement docker wait with standalone client lib.
2015-12-09 12:04:58 -05:00