engine-api/client
David Calavera 9eec4dc67b Set the TLS connection ServerName when the transport is created.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-03-16 12:54:56 -04:00
..
transport Set the TLS connection ServerName when the transport is created. 2016-03-16 12:54:56 -04:00
client.go Export ParseHost function, so clients can use it to configure their transport. 2016-02-03 18:23:46 -05:00
client_darwin.go Windows: Default to npipe transport 2016-03-03 12:13:14 -08:00
client_mock_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
client_test.go Export ParseHost function, so clients can use it to configure their transport. 2016-02-03 18:23:46 -05:00
client_unix.go Set DefaultDockerHost on Solaris 2016-02-03 13:08:56 -08:00
client_windows.go Windows: Default to npipe transport 2016-03-03 12:13:14 -08:00
container_attach.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_commit.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_commit_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_copy.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_create.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_create_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_diff.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_diff_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_exec.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_exec_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_export.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_export_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
container_inspect.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_inspect_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_kill.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_kill_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_list.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_list_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_logs.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_logs_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
container_pause.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_pause_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_remove.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_remove_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_rename.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_rename_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_resize.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_resize_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_restart.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_restart_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_start.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_start_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_stats.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_stats_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
container_stop.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_stop_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_top.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_top_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_unpause.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_unpause_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_update.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_update_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_wait.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
container_wait_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
errors.go Add Unit test on VolumeInspect 2016-03-04 14:43:06 +01:00
events.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
hijack.go Set the TLS connection ServerName when the transport is created. 2016-03-16 12:54:56 -04:00
image_build.go Windows: Isolation word fix 2016-02-03 10:48:04 -08:00
image_build_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
image_create.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_create_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
image_history.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_history_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_import.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_import_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_inspect.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_inspect_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_list.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_list_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_load.go Correctly set content type for image load 2016-02-19 06:27:33 -08:00
image_load_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
image_pull.go Make streaming operations cancellable. 2016-02-01 16:33:44 -05:00
image_push.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_remove.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_remove_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_save.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_save_test.go client: remove need for "test" tag to run tests 2016-03-07 20:59:26 -08:00
image_search.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_tag.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
image_tag_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
info.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
info_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
interface.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
login.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_connect.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_create.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_create_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_disconnect.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_disconnect_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_inspect.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_inspect_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_list.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
network_remove.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
privileged.go Fix repository imports and packages. 2016-01-04 18:26:13 -05:00
request.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
version.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_create.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_create_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_inspect.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_inspect_test.go Update VolumeInspect tests to compile test again 2016-03-14 22:43:22 +01:00
volume_list.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_list_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_remove.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00
volume_remove_test.go client: plumb net/context.Context through entire API 2016-03-08 13:30:37 -08:00