.. |
fixtures
|
7bb9fc415a
Fix for zero-sized layers
|
9 år sedan |
check_test.go
|
28ad7c588f
update tests
|
9 år sedan |
docker_api_attach_test.go
|
927b334ebf
Fix typos found across repository
|
9 år sedan |
docker_api_build_test.go
|
253f975fdb
Use checker assert for docker_api_build_test.go
|
9 år sedan |
docker_api_containers_test.go
|
5190794f1d
Use ImageBuildOptions in builder.
|
9 år sedan |
docker_api_create_test.go
|
6694326d5d
Added c.Assert statements to docker_api_create_test.go
|
9 år sedan |
docker_api_events_test.go
|
72f1881df1
Add event types.
|
9 år sedan |
docker_api_exec_resize_test.go
|
157b66ad39
Remove exec-driver global daemon option.
|
9 år sedan |
docker_api_exec_test.go
|
1814a1dac5
Use checker Assert for integration-cli/docker_api_exec_test.go
|
9 år sedan |
docker_api_images_test.go
|
463c53c715
Checkers on integration-cli/docker_api_images_test
|
9 år sedan |
docker_api_info_test.go
|
5cfa13ae48
Checkers on integration-cli/docker_api_info_test
|
9 år sedan |
docker_api_inspect_test.go
|
85e5b05018
Checkers on docker_api_inspect_test.go
|
9 år sedan |
docker_api_inspect_unix_test.go
|
d53a9bcb13
Checkers on docker_api_inspect_unix_test.go
|
9 år sedan |
docker_api_logs_test.go
|
7aab43e8d4
Cleaned up integration-cli/docker_api_logs_test.go
|
9 år sedan |
docker_api_network_test.go
|
5649dae89b
Add network create api test on CheckDuplicate
|
9 år sedan |
docker_api_resize_test.go
|
710817a71b
Use checker on integration test when possible
|
9 år sedan |
docker_api_stats_test.go
|
8ceded6d03
add tests for docker stats versioning
|
9 år sedan |
docker_api_test.go
|
278e75800c
pkg/version.Version: use the new String() method
|
9 år sedan |
docker_api_update_unix_test.go
|
8799c4fc0f
Implemet docker update command
|
9 år sedan |
docker_api_version_test.go
|
8054a30387
dockerversion placeholder for library import
|
9 år sedan |
docker_api_volumes_test.go
|
8209571982
Windows: Remove check for volume support
|
9 år sedan |
docker_cli_attach_test.go
|
de1d611990
Add show error when attach to a paused container
|
9 år sedan |
docker_cli_attach_unix_test.go
|
927b334ebf
Fix typos found across repository
|
9 år sedan |
docker_cli_authz_unix_test.go
|
bb8e1dc8fa
integration-cli: fix --net=none build
|
9 år sedan |
docker_cli_build_test.go
|
cde0ed67a1
Create the working directory on container creation
|
9 år sedan |
docker_cli_build_unix_test.go
|
851fe00c64
Add filter by event type and documentation.
|
9 år sedan |
docker_cli_by_digest_test.go
|
4352da7803
Update daemon and docker core to use new content addressable storage
|
9 år sedan |
docker_cli_commit_test.go
|
483abbb313
Checkers on integration-cli/docker_cli_commit_test
|
9 år sedan |
docker_cli_config_test.go
|
8054a30387
dockerversion placeholder for library import
|
9 år sedan |
docker_cli_cp_from_container_test.go
|
f26a31e80c
Use checker assert for integration-cli/docker_cli_cp_* four files.
|
9 år sedan |
docker_cli_cp_test.go
|
92600bdec1
Add '-L' option for `cp`
|
9 år sedan |
docker_cli_cp_to_container_test.go
|
927b334ebf
Fix typos found across repository
|
9 år sedan |
docker_cli_cp_utils.go
|
f26a31e80c
Use checker assert for integration-cli/docker_cli_cp_* four files.
|
9 år sedan |
docker_cli_create_test.go
|
cde0ed67a1
Create the working directory on container creation
|
9 år sedan |
docker_cli_daemon_test.go
|
d3eca4451d
Move responsibility of ls/inspect to volume driver
|
9 år sedan |
docker_cli_diff_test.go
|
3b5fac462d
Remove LXC support.
|
9 år sedan |
docker_cli_events_test.go
|
851fe00c64
Add filter by event type and documentation.
|
9 år sedan |
docker_cli_events_unix_test.go
|
851fe00c64
Add filter by event type and documentation.
|
9 år sedan |
docker_cli_exec_test.go
|
2266462f72
Merge pull request #17373 from Microsoft/10662-volumetests
|
9 år sedan |
docker_cli_exec_unix_test.go
|
0e16eacad4
Probably fix flaky test TestExecTTY
|
9 år sedan |
docker_cli_experimental_test.go
|
157b66ad39
Remove exec-driver global daemon option.
|
9 år sedan |
docker_cli_export_import_test.go
|
e72f92cb99
Using checkers assert for integration-cli/docker_cli_export_import_test.go
|
9 år sedan |
docker_cli_external_graphdriver_unix_test.go
|
4352da7803
Update daemon and docker core to use new content addressable storage
|
9 år sedan |
docker_cli_help_test.go
|
8799c4fc0f
Implemet docker update command
|
9 år sedan |
docker_cli_history_test.go
|
04b6b0b47f
Use of checkers on docker_cli_history_test.go
|
9 år sedan |
docker_cli_images_test.go
|
34a3c3cacf
Add --format support to images command
|
9 år sedan |
docker_cli_import_test.go
|
288214e5ae
Use of checkers on docker_cli_import_test.go.
|
9 år sedan |
docker_cli_info_test.go
|
bb8e1dc8fa
integration-cli: fix --net=none build
|
9 år sedan |
docker_cli_inspect_experimental_test.go
|
f3b2b8700f
Use of checkers on docker_cli_inspect_experimental_test.go.
|
9 år sedan |
docker_cli_inspect_test.go
|
1a5b97c761
Merge pull request #18932 from wenchma/same_name_of_container_image
|
9 år sedan |
docker_cli_kill_test.go
|
d0762a60e0
modified docker_cli_kill_test.go to use c.Asserts
|
9 år sedan |
docker_cli_links_test.go
|
74900edbf8
Remove CLI specific information for API error messages. Issue #17147
|
9 år sedan |
docker_cli_links_unix_test.go
|
97b9223a1f
use of checkers on Integration test
|
9 år sedan |
docker_cli_login_test.go
|
75bc0c064b
update docker_cli_login_test.go
|
9 år sedan |
docker_cli_logs_test.go
|
27220ecc6b
Move timeutils functions to the only places where they are used.
|
9 år sedan |
docker_cli_nat_test.go
|
157b66ad39
Remove exec-driver global daemon option.
|
9 år sedan |
docker_cli_netmode_test.go
|
a9c7c48cca
update integration-cli/docker_cli_netmode_test.go
|
9 år sedan |
docker_cli_network_unix_test.go
|
26dd026bd7
Add filter for `network ls` to hide predefined net
|
9 år sedan |
docker_cli_pause_test.go
|
72f1881df1
Add event types.
|
9 år sedan |
docker_cli_port_test.go
|
927b334ebf
Fix typos found across repository
|
9 år sedan |
docker_cli_proxy_test.go
|
1db161768c
update docker_cli_proxy_test.go
|
9 år sedan |
docker_cli_ps_test.go
|
34a3c3cacf
Add --format support to images command
|
9 år sedan |
docker_cli_pull_local_test.go
|
9d6acbee92
When a manifest is not found, allow fallback to v1
|
9 år sedan |
docker_cli_pull_test.go
|
6c30931b06
Merge pull request #18889 from aaronlehmann/v1-fallback-pull-all-tags
|
9 år sedan |
docker_cli_pull_trusted_test.go
|
c16dd88c5e
"Assert change"
|
9 år sedan |
docker_cli_push_test.go
|
09c4643ce1
integration-cli: fix test name typo
|
9 år sedan |
docker_cli_rename_test.go
|
3b16a8c91c
integration-cli test for active container rename and reuse
|
9 år sedan |
docker_cli_restart_test.go
|
f91115e3a2
fix consistetly failing TestContainerRestartSuccess on windows it looks up pids and does unixy things
|
9 år sedan |
docker_cli_rm_test.go
|
0bbc9f1d2d
Fix docker rmi trying to remove a being used parent
|
9 år sedan |
docker_cli_rmi_test.go
|
0bbc9f1d2d
Fix docker rmi trying to remove a being used parent
|
9 år sedan |
docker_cli_run_test.go
|
626c933730
cleanup jess/unshare image
|
9 år sedan |
docker_cli_run_unix_test.go
|
fa57eedff4
Merge pull request #19002 from jfrazelle/update-test-images
|
9 år sedan |
docker_cli_save_load_test.go
|
7bb9fc415a
Fix for zero-sized layers
|
9 år sedan |
docker_cli_save_load_unix_test.go
|
4352da7803
Update daemon and docker core to use new content addressable storage
|
9 år sedan |
docker_cli_search_test.go
|
28cff8bd03
Update test
|
9 år sedan |
docker_cli_start_test.go
|
88c1bc10c4
Increase timeouts to fix test on ARM
|
9 år sedan |
docker_cli_start_volume_driver_unix_test.go
|
d3eca4451d
Move responsibility of ls/inspect to volume driver
|
9 år sedan |
docker_cli_stats_test.go
|
c424c8c32c
Correct the message of ErrorCodeNoSuchContainer to "No such container"
|
9 år sedan |
docker_cli_tag_test.go
|
15d84a3a48
Improve reference parse errors
|
9 år sedan |
docker_cli_top_test.go
|
ed9434c5bb
Merge pull request #12648 from estesp/userns-impl
|
9 år sedan |
docker_cli_update_unix_test.go
|
518ed75e1a
Fix docker stats show wrong memory limit when do docker update
|
9 år sedan |
docker_cli_v2_only_test.go
|
1f0f41e8d7
integration-cli: add _test suffix to test file
|
9 år sedan |
docker_cli_version_test.go
|
b1cc78b8f5
Build and test Docker on IBM Power and Z using gccgo. Enable CI on Power and Z.
|
9 år sedan |
docker_cli_volume_test.go
|
d3eca4451d
Move responsibility of ls/inspect to volume driver
|
9 år sedan |
docker_cli_wait_test.go
|
19c30447b5
use of checkers on Integration test
|
9 år sedan |
docker_hub_pull_suite_test.go
|
ee7fdbe8b9
Use Assert statement to replace condition judgment
|
9 år sedan |
docker_test_vars.go
|
927b334ebf
Fix typos found across repository
|
9 år sedan |
docker_utils.go
|
8e034802b7
Remove usage of pkg sockets and tlsconfig.
|
9 år sedan |
events_utils.go
|
851fe00c64
Add filter by event type and documentation.
|
9 år sedan |
registry.go
|
de52a3bcaa
[graph] Enforce manifest/layer digest verification
|
10 år sedan |
registry_mock.go
|
39f2f15a35
Prevent push and pull to v1 registries by filtering the available endpoints.
|
10 år sedan |
requirements.go
|
8209571982
Windows: Remove check for volume support
|
9 år sedan |
requirements_unix.go
|
0433e38915
Allow non-seccomp platforms to pass integration-cli tests
|
9 år sedan |
test_vars_exec.go
|
102e061147
integration-cli: add test requirement ExecSupport
|
10 år sedan |
test_vars_noexec.go
|
102e061147
integration-cli: add test requirement ExecSupport
|
10 år sedan |
test_vars_noseccomp.go
|
0433e38915
Allow non-seccomp platforms to pass integration-cli tests
|
9 år sedan |
test_vars_seccomp.go
|
0433e38915
Allow non-seccomp platforms to pass integration-cli tests
|
9 år sedan |
test_vars_unix.go
|
1a22418f9f
pkg/archive: adjust chmod bits on windows
|
10 år sedan |
test_vars_windows.go
|
b7dc9040f0
Change windows default permissions to 755 not 711, read access for all poses little security risk and prevents breaking existing Dockerfiles
|
10 år sedan |
trust_server.go
|
8e034802b7
Remove usage of pkg sockets and tlsconfig.
|
9 år sedan |
utils.go
|
e65a7dabb9
Fixes 16556 CI failures
|
10 år sedan |