moby--moby/api/client/lib
Anusha Ragunathan 5190794f1d Use ImageBuildOptions in builder.
dockerfile.Config is almost redundant with ImageBuildOptions.
Unify the two so that the latter can be removed. This also
helps build's API endpoint code to be less dependent on package
dockerfile.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-01-05 10:09:34 -08:00
..
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
container_rename.go
container_restart.go
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
container_top.go
container_unpause.go
container_update.go Implemet docker update command 2015-12-28 19:19:26 +08:00
copy.go
diff.go
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
hijack.go api: client: lib: fix go vet 2015-12-16 12:00:48 +01:00
history.go
image_build.go Use ImageBuildOptions in builder. 2016-01-05 10:09:34 -08: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
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
image_save.go
image_search.go Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
image_tag.go
info.go
kill.go
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
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