.. |
docker_api_attach_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_api_containers_test.go
|
bfb487dc50
Merge pull request #12304 from runcom/remove-job-logs
|
il y a 10 ans |
docker_api_exec_resize_test.go
|
27fccdbabb
Fix errors due changed sockRequest signature
|
il y a 10 ans |
docker_api_exec_test.go
|
91bfed6049
Remove job from logs
|
il y a 10 ans |
docker_api_images_test.go
|
91bfed6049
Remove job from logs
|
il y a 10 ans |
docker_api_inspect_test.go
|
91bfed6049
Remove job from logs
|
il y a 10 ans |
docker_api_logs_test.go
|
91bfed6049
Remove job from logs
|
il y a 10 ans |
docker_api_resize_test.go
|
27fccdbabb
Fix errors due changed sockRequest signature
|
il y a 10 ans |
docker_cli_attach_test.go
|
a7ae7fed73
Fix vet errors about formatting directives
|
il y a 10 ans |
docker_cli_attach_unix_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_build_test.go
|
c49cc1f2fb
fix build test by adding --no-cache
|
il y a 10 ans |
docker_cli_by_digest_test.go
|
a2b0c9778f
Add ability to refer to image by name + digest
|
il y a 10 ans |
docker_cli_commit_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_cp_test.go
|
5037297388
cp: add support for copy filename with ":"
|
il y a 10 ans |
docker_cli_create_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_daemon_test.go
|
9a87553e4f
cleanup test wrong key.json leading to other failures
|
il y a 10 ans |
docker_cli_diff_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_events_test.go
|
b02cf5239e
Merge pull request #12115 from cpuguy83/fix_events_filter_test
|
il y a 10 ans |
docker_cli_events_unix_test.go
|
e424c54d9c
integ-cli: fix clock skew against remote test daemon
|
il y a 10 ans |
docker_cli_exec_test.go
|
72a500e9e5
Add docker exec run a command in privileged mode
|
il y a 10 ans |
docker_cli_export_import_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_help_test.go
|
491b63e0da
Add checking trailing space for all lines of the help output
|
il y a 10 ans |
docker_cli_history_test.go
|
fa2ace00a8
Rebase + some fixes
|
il y a 10 ans |
docker_cli_images_test.go
|
b80fae7356
Refactor pkg/common, Fixes #11599
|
il y a 10 ans |
docker_cli_import_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_info_test.go
|
4c69d0dd8a
cli_info_test: Check all required fields
|
il y a 10 ans |
docker_cli_inspect_test.go
|
957cbdbf30
Move InspectExecID test to exec.
|
il y a 10 ans |
docker_cli_kill_test.go
|
42d47c3136
fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead
|
il y a 10 ans |
docker_cli_links_test.go
|
42d47c3136
fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead
|
il y a 10 ans |
docker_cli_login_test.go
|
b8f7526fc6
Make .dockercfg with json.MarshallIndent
|
il y a 10 ans |
docker_cli_logs_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_nat_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_pause_test.go
|
42d47c3136
fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead
|
il y a 10 ans |
docker_cli_port_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_proxy_test.go
|
ca37301d54
Link to HTTPS URLs in engine comments
|
il y a 10 ans |
docker_cli_ps_test.go
|
42d47c3136
fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead
|
il y a 10 ans |
docker_cli_pull_test.go
|
8900ae2928
Revert all but TestPullImageFromCentralRegistry changes
|
il y a 10 ans |
docker_cli_push_test.go
|
a2b0c9778f
Add ability to refer to image by name + digest
|
il y a 10 ans |
docker_cli_rename_test.go
|
cc30282e94
duplicate logDone in TestRenameRunningContainer and TestRenameCheckNames
|
il y a 10 ans |
docker_cli_restart_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_rm_test.go
|
b85ade79d5
duplicate logDone in TestRmRunningContainerCheckError409 and TestRmRunningContainer
|
il y a 10 ans |
docker_cli_rmi_test.go
|
795a58fb44
'docker rmi -f IMAGE_ID' untag all names and delete the image
|
il y a 10 ans |
docker_cli_run_test.go
|
ac8bd12b39
Get process list after PID 1 dead
|
il y a 10 ans |
docker_cli_run_unix_test.go
|
05dcf26199
Fixing fail message in TestRunDeviceDirectory
|
il y a 10 ans |
docker_cli_save_load_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_save_load_unix_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_search_test.go
|
87e0e4eb43
If docker search with --starts=${negative number}, it would show the warning.
|
il y a 10 ans |
docker_cli_start_test.go
|
e7a2e2bf7e
Rename TestStartSilentAttach to TestStartAttachSilent
|
il y a 10 ans |
docker_cli_tag_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_cli_top_test.go
|
42d47c3136
fix #12188 integration-cli: tests using "sleep" can timeout too early - change to "top" instead
|
il y a 10 ans |
docker_cli_version_test.go
|
3346c2e4d9
cli: Add server OS/Arch info to 'version' cmd
|
il y a 10 ans |
docker_cli_wait_test.go
|
475c65319b
Remove `stripTrailingCharacters` from tests
|
il y a 10 ans |
docker_test_vars.go
|
1e788ec985
Use /var/run/docker as root for execdriver
|
il y a 10 ans |
docker_test_vars_cli.go
|
bc37c036b5
integration-cli: add mechanism to skip tests
|
il y a 10 ans |
docker_test_vars_daemon.go
|
bc37c036b5
integration-cli: add mechanism to skip tests
|
il y a 10 ans |
docker_utils.go
|
91bfed6049
Remove job from logs
|
il y a 10 ans |
registry.go
|
4ee05a4d3e
Fix some go vet errors
|
il y a 10 ans |
requirements.go
|
91bfed6049
Remove job from logs
|
il y a 10 ans |
test_vars_exec.go
|
102e061147
integration-cli: add test requirement ExecSupport
|
il y a 10 ans |
test_vars_noexec.go
|
102e061147
integration-cli: add test requirement ExecSupport
|
il y a 10 ans |
test_vars_unix.go
|
1a22418f9f
pkg/archive: adjust chmod bits on windows
|
il y a 10 ans |
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
|
il y a 10 ans |
utils.go
|
d38c90140b
Fix TestBuildCancelationKillsSleep to not fail on Windows
|
il y a 10 ans |