moby--moby/integration-cli
Tibor Vass 375f754f49 Merge pull request #18472 from calavera/api_client_lib
Api client lib
2015-12-09 19:17:11 +01:00
..
fixtures
check_test.go
docker_api_attach_test.go Correct the message of ErrorCodeNoSuchContainer to "No such container" 2015-12-04 15:00:08 +08:00
docker_api_build_test.go
docker_api_containers_test.go Correct the message of ErrorCodeNoSuchContainer to "No such container" 2015-12-04 15:00:08 +08:00
docker_api_create_test.go
docker_api_events_test.go
docker_api_exec_resize_test.go
docker_api_exec_test.go
docker_api_images_test.go
docker_api_info_test.go
docker_api_inspect_test.go Checkers on docker_api_inspect_test.go 2015-11-30 16:23:46 -06:00
docker_api_inspect_unix_test.go
docker_api_logs_test.go
docker_api_network_test.go Make filtering a linear operation. 2015-12-02 11:12:42 -05:00
docker_api_resize_test.go
docker_api_stats_test.go
docker_api_test.go
docker_api_version_test.go
docker_api_volumes_test.go
docker_cli_attach_test.go
docker_cli_attach_unix_test.go
docker_cli_build_test.go Merge pull request #18123 from aidanhs/aphs-fail-on-broken-tar 2015-12-07 14:38:21 +01:00
docker_cli_build_unix_test.go
docker_cli_by_digest_test.go
docker_cli_commit_test.go
docker_cli_config_test.go
docker_cli_cp_from_container_test.go
docker_cli_cp_test.go
docker_cli_cp_to_container_test.go
docker_cli_cp_utils.go
docker_cli_create_test.go
docker_cli_daemon_test.go
docker_cli_diff_test.go
docker_cli_events_test.go
docker_cli_events_unix_test.go
docker_cli_exec_test.go
docker_cli_exec_unix_test.go
docker_cli_experimental_test.go
docker_cli_export_import_test.go
docker_cli_external_graphdriver_unix_test.go
docker_cli_help_test.go
docker_cli_history_test.go
docker_cli_images_test.go Make filtering a linear operation. 2015-12-02 11:12:42 -05:00
docker_cli_import_test.go
docker_cli_info_test.go
docker_cli_inspect_experimental_test.go
docker_cli_inspect_test.go Implement all inspect commands with the new inspector interface. 2015-12-09 12:05:01 -05:00
docker_cli_kill_test.go
docker_cli_links_test.go Remove CLI specific information for API error messages. Issue #17147 2015-12-03 15:23:07 +00:00
docker_cli_links_unix_test.go
docker_cli_login_test.go
docker_cli_logs_test.go Implement docker logs with standalone client lib. 2015-12-09 12:04:55 -05:00
docker_cli_nat_test.go
docker_cli_netmode_test.go
docker_cli_network_unix_test.go Implement all inspect commands with the new inspector interface. 2015-12-09 12:05:01 -05:00
docker_cli_pause_test.go
docker_cli_port_test.go
docker_cli_proxy_test.go
docker_cli_ps_test.go
docker_cli_pull_local_test.go
docker_cli_pull_test.go Fix flaky test TestPullAllTagsFromCentralRegistry 2015-12-08 11:23:04 -08:00
docker_cli_pull_trusted_test.go
docker_cli_push_test.go integration-cli: fix test name typo 2015-12-05 11:42:46 +01:00
docker_cli_rename_test.go
docker_cli_restart_test.go
docker_cli_rm_test.go
docker_cli_rmi_test.go
docker_cli_run_test.go Allow non-seccomp platforms to pass integration-cli tests 2015-12-07 20:14:52 -05:00
docker_cli_run_unix_test.go Check minimum kernel memory limit to be 4M 2015-12-09 14:26:41 +08:00
docker_cli_save_load_test.go
docker_cli_save_load_unix_test.go
docker_cli_search_test.go
docker_cli_start_test.go
docker_cli_start_volume_driver_unix_test.go
docker_cli_stats_test.go Correct the message of ErrorCodeNoSuchContainer to "No such container" 2015-12-04 15:00:08 +08:00
docker_cli_tag_test.go Deprecate -f flag from docker tag 2015-12-01 19:53:49 -08:00
docker_cli_top_test.go
docker_cli_v2_only_test.go integration-cli: add _test suffix to test file 2015-11-30 11:33:57 +01:00
docker_cli_version_test.go
docker_cli_volume_test.go Implement all inspect commands with the new inspector interface. 2015-12-09 12:05:01 -05:00
docker_cli_wait_test.go
docker_hub_pull_suite_test.go
docker_test_vars.go
docker_utils.go don't return error if can't delete non-existing container 2015-12-02 13:48:59 -05:00
registry.go
registry_mock.go
requirements.go
requirements_unix.go Allow non-seccomp platforms to pass integration-cli tests 2015-12-07 20:14:52 -05:00
test_vars_exec.go
test_vars_noexec.go
test_vars_noseccomp.go Allow non-seccomp platforms to pass integration-cli tests 2015-12-07 20:14:52 -05:00
test_vars_seccomp.go Allow non-seccomp platforms to pass integration-cli tests 2015-12-07 20:14:52 -05:00
test_vars_unix.go
test_vars_windows.go
trust_server.go
utils.go