.. |
fixtures
|
497a58e6e4
Trusted push now adds the tag to every first level delegation role for which we have keys
|
9 years ago |
benchmark_test.go
|
65d79e3e5e
Move layer mount refcounts to mountedLayer
|
9 years ago |
check_test.go
|
4804eb700c
Use temp dir for integration daemon sockets
|
9 years ago |
daemon.go
|
f23c3a1263
Merge pull request #25171 from cpuguy83/23545_test_sockets_in_separate_dir
|
9 years ago |
daemon_swarm.go
|
10ae908bfa
Merge pull request #25159 from diogomonica/adding-force-to-node-remove
|
9 years ago |
daemon_swarm_hack.go
|
c0d2f7b338
Remove unnecessary CmdWithArgs
|
9 years ago |
docker_api_attach_test.go
|
0d88d5b64b
Swarm integration tests
|
9 years ago |
docker_api_auth_test.go
|
322e2a7d05
Return remote API errors as JSON
|
9 years ago |
docker_api_build_test.go
|
e08aed59df
Merge pull request #23322 from tkopczynski/20784-builder-dockerfile-symlink
|
9 years ago |
docker_api_containers_test.go
|
94b1bb82e1
Decrease sleep to 2 seconds
|
9 years ago |
docker_api_create_test.go
|
322e2a7d05
Return remote API errors as JSON
|
9 years ago |
docker_api_events_test.go
|
6a931c3590
Windows CI: Integrity check for busybox top
|
9 years ago |
docker_api_exec_resize_test.go
|
157b66ad39
Remove exec-driver global daemon option.
|
9 years ago |
docker_api_exec_test.go
|
322e2a7d05
Return remote API errors as JSON
|
9 years ago |
docker_api_images_test.go
|
62a856e912
Assert error in body of function `inspectField*`
|
9 years ago |
docker_api_info_test.go
|
1fb1136fec
Remove execution driver
|
9 years ago |
docker_api_inspect_test.go
|
3c61f00616
Windows CI: PortTestInspectApi*
|
9 years ago |
docker_api_inspect_unix_test.go
|
d53a9bcb13
Checkers on docker_api_inspect_unix_test.go
|
9 years ago |
docker_api_logs_test.go
|
322e2a7d05
Return remote API errors as JSON
|
9 years ago |
docker_api_network_test.go
|
b9c94b70bf
Update client code with api changes
|
9 years ago |
docker_api_resize_test.go
|
322e2a7d05
Return remote API errors as JSON
|
9 years ago |
docker_api_service_update_test.go
|
1f8ab93b44
Change `docker service update` semantics
|
9 years ago |
docker_api_stats_test.go
|
cfde8e7855
Change number of pings to 1
|
9 years ago |
docker_api_stats_unix_test.go
|
8ba8189ee6
TestApiStatsContainerGetMemoryLimit: Add cgroup memory test
|
9 years ago |
docker_api_swarm_test.go
|
4a94a6513b
Merge pull request #25341 from tonistiigi/fix-pending-tests
|
9 years ago |
docker_api_test.go
|
0d88d5b64b
Swarm integration tests
|
9 years ago |
docker_api_update_unix_test.go
|
7a20a270bc
Fix minor vet warnings
|
9 years ago |
docker_api_version_test.go
|
907407d0b2
Modify import paths to point to the new engine-api package.
|
9 years ago |
docker_api_volumes_test.go
|
e44689139d
integration-cli: remove not necessary -d again
|
9 years ago |
docker_cli_attach_test.go
|
f7541b00b0
Better error on attach no tty
|
9 years ago |
docker_cli_attach_unix_test.go
|
a943c40150
Improve remote integration-cli tests
|
9 years ago |
docker_cli_authz_unix_test.go
|
d1b7e8373b
authz: cleanups
|
9 years ago |
docker_cli_build_test.go
|
3ffa5f6149
Remove build 60 steps
|
9 years ago |
docker_cli_build_unix_test.go
|
abbf2aa6dd
Fix events test flakiness.
|
9 years ago |
docker_cli_by_digest_test.go
|
8906f8307c
Treat digest only images as dangling
|
9 years ago |
docker_cli_commit_test.go
|
53b0d62683
Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6c
|
9 years ago |
docker_cli_config_test.go
|
f4a1e3db99
Support TLS remote test daemon
|
9 years ago |
docker_cli_cp_from_container_test.go
|
f26a31e80c
Use checker assert for integration-cli/docker_cli_cp_* four files.
|
9 years ago |
docker_cli_cp_test.go
|
c1be45fa38
fix typos
|
9 years ago |
docker_cli_cp_to_container_test.go
|
927b334ebf
Fix typos found across repository
|
9 years ago |
docker_cli_cp_to_container_unix_test.go
|
40be5dba47
Fix copy chown settings to not default to real root
|
9 years ago |
docker_cli_cp_utils.go
|
f26a31e80c
Use checker assert for integration-cli/docker_cli_cp_* four files.
|
9 years ago |
docker_cli_create_test.go
|
aa00520fc8
Fix create command flags
|
9 years ago |
docker_cli_daemon_experimental_test.go
|
4a44cf1d4c
Handle plugin shutdown when liveRestore is set.
|
9 years ago |
docker_cli_daemon_test.go
|
c0d2f7b338
Remove unnecessary CmdWithArgs
|
9 years ago |
docker_cli_diff_test.go
|
7878705dcc
Fix TestDiffEmptyArgClientError O:)
|
9 years ago |
docker_cli_events_test.go
|
42abccb841
Make daemon events listen for plugin lifecycle events.
|
9 years ago |
docker_cli_events_unix_test.go
|
ff62681d59
Add live-restore state to daemon reload event
|
9 years ago |
docker_cli_exec_test.go
|
9d9dff3d0d
Migrate exec command to cobra
|
9 years ago |
docker_cli_exec_unix_test.go
|
021a12ef1b
Revert hack in TestExecTTY
|
9 years ago |
docker_cli_experimental_test.go
|
df636ef45a
Move userns cli test to a separate file, remove experimental flag
|
9 years ago |
docker_cli_export_import_test.go
|
e72f92cb99
Using checkers assert for integration-cli/docker_cli_export_import_test.go
|
9 years ago |
docker_cli_external_graphdriver_unix_test.go
|
644a7426cc
Fix spelling in comments, strings and documentation
|
9 years ago |
docker_cli_external_volume_driver_unix_test.go
|
88ea43d2aa
DockerExternalVolumeSuite: add daemon to test
|
9 years ago |
docker_cli_health_test.go
|
18a59bb869
Remove out-of-date health test
|
9 years ago |
docker_cli_help_test.go
|
7702f39fe8
Migrate rm command to cobra
|
9 years ago |
docker_cli_history_test.go
|
c1be45fa38
fix typos
|
9 years ago |
docker_cli_images_test.go
|
4455ec14b8
Remove deprecated -f flag on docker tag
|
9 years ago |
docker_cli_import_test.go
|
ac043c7db6
Fix docker import tests
|
9 years ago |
docker_cli_info_test.go
|
189aaf8aea
Add live-restore state to docker info output
|
9 years ago |
docker_cli_info_unix_test.go
|
eee20b564f
Add security info to `docker info`
|
9 years ago |
docker_cli_inspect_experimental_test.go
|
62a856e912
Assert error in body of function `inspectField*`
|
9 years ago |
docker_cli_inspect_test.go
|
03816ad5b5
Windows: Fix RO test cases
|
9 years ago |
docker_cli_kill_test.go
|
03e2ff322b
Windows CI: Port TestKill*
|
9 years ago |
docker_cli_links_test.go
|
3a3f800ff4
Fix regression on --link on bridge network
|
9 years ago |
docker_cli_links_unix_test.go
|
97b9223a1f
use of checkers on Integration test
|
9 years ago |
docker_cli_login_test.go
|
1b5c2e1d72
distribution: errors: do not access the errors slice if it's empty
|
9 years ago |
docker_cli_logout_test.go
|
745892a7b2
Change v1 pull 404 message to include tag
|
9 years ago |
docker_cli_logs_bench_test.go
|
1ae9dcf97d
Fixes some issues with jsonfile write/read
|
9 years ago |
docker_cli_logs_test.go
|
bd9d14a07b
Add support for reading logs extra attrs
|
9 years ago |
docker_cli_nat_test.go
|
62a856e912
Assert error in body of function `inspectField*`
|
9 years ago |
docker_cli_netmode_test.go
|
c1be45fa38
fix typos
|
9 years ago |
docker_cli_network_unix_test.go
|
c0c7d5e715
Rename `--net` to `--network`
|
9 years ago |
docker_cli_oom_killed_test.go
|
adabb51311
Add the swapMemorySupport requirement to OOM tests
|
9 years ago |
docker_cli_pause_test.go
|
55053d3537
Get events until a time in the past.
|
9 years ago |
docker_cli_plugins_test.go
|
5690730a74
Remove plugin root from filesystem.
|
9 years ago |
docker_cli_port_test.go
|
dfb00652aa
Expose bridge IPv6 setting to `docker network inspect`
|
9 years ago |
docker_cli_proxy_test.go
|
f4a1e3db99
Support TLS remote test daemon
|
9 years ago |
docker_cli_ps_test.go
|
7c46ba02e6
add support for filtering by network ID
|
9 years ago |
docker_cli_pull_local_test.go
|
f66f5d4bdc
fixed spelling error in cli pull local test
|
9 years ago |
docker_cli_pull_test.go
|
641c1808e1
Move implicit pull test to use local registry
|
9 years ago |
docker_cli_pull_trusted_test.go
|
623ccc2f31
Pull, Pull-A, and Build will only pull tags from the targets role or the targets/releases role.
|
9 years ago |
docker_cli_push_test.go
|
a0c8970df1
integration-cli: ensure digest is the same after cross-repo push
|
9 years ago |
docker_cli_registry_user_agent_test.go
|
c44e7a3e63
Pass upstream client's user agent through to registry on operations beyond pulls
|
9 years ago |
docker_cli_rename_test.go
|
3f6e3a0885
Fix docker rename with linked containers
|
9 years ago |
docker_cli_restart_test.go
|
a7eecd2b61
Fix test case
|
9 years ago |
docker_cli_rm_test.go
|
28a7577a02
Merge pull request #19959 from WeiZhang555/fix-cli-print-err
|
9 years ago |
docker_cli_rmi_test.go
|
f0988dd395
update "image delete" error to match actual behavior
|
9 years ago |
docker_cli_run_test.go
|
4e959ef2f7
fix typos
|
9 years ago |
docker_cli_run_unix_test.go
|
87e4e3af68
TestRunSeccompUnconfinedCloneUserns: Check for unprivileged_userns_clone
|
9 years ago |
docker_cli_save_load_test.go
|
6986a3220f
Say something useful during docker load
|
9 years ago |
docker_cli_save_load_unix_test.go
|
96d7db665b
Fix docker load progressbar, fixes #21957
|
9 years ago |
docker_cli_search_test.go
|
a11ef10631
Use spf13/cobra for docker search
|
9 years ago |
docker_cli_service_create_test.go
|
0ec20a3c01
Remove hack from test name.
|
9 years ago |
docker_cli_service_health_test.go
|
a99db84b4a
extend health check to start service
|
9 years ago |
docker_cli_service_update_test.go
|
c0d2f7b338
Remove unnecessary CmdWithArgs
|
9 years ago |
docker_cli_sni_test.go
|
6b8341a2d5
Disable flakey TestClientSetsTLSServerName
|
9 years ago |
docker_cli_stack_test.go
|
c0d2f7b338
Remove unnecessary CmdWithArgs
|
9 years ago |
docker_cli_start_test.go
|
6e86733b47
Fix `docker start` error with renamed container
|
9 years ago |
docker_cli_stats_test.go
|
ff08036cc0
Do not remove containers from stats list on err
|
9 years ago |
docker_cli_stop_test.go
|
ffad0873c9
Add test case for stopping a restarting container
|
9 years ago |
docker_cli_swarm_test.go
|
0aa4e1e689
cli: `docker service|node|stack ps` instead of tasks
|
9 years ago |
docker_cli_tag_test.go
|
4455ec14b8
Remove deprecated -f flag on docker tag
|
9 years ago |
docker_cli_top_test.go
|
ed9434c5bb
Merge pull request #12648 from estesp/userns-impl
|
9 years ago |
docker_cli_update_test.go
|
f43683d60d
Fix flaky TestUpdateRestartPolicy on Windows
|
9 years ago |
docker_cli_update_unix_test.go
|
da5d66fb70
Fix TestUpdateKernelMemoryUninitialized on new kernel version
|
9 years ago |
docker_cli_userns_test.go
|
6993e891d1
Run privileged containers when userns are specified
|
9 years ago |
docker_cli_v2_only_test.go
|
f2d481a299
Login update and endpoint refactor
|
9 years ago |
docker_cli_version_test.go
|
b1cc78b8f5
Build and test Docker on IBM Power and Z using gccgo. Enable CI on Power and Z.
|
9 years ago |
docker_cli_volume_test.go
|
667dcb0e8e
Update usage and help to (almost) match the existing docker behaviour
|
9 years ago |
docker_cli_wait_test.go
|
42df9edc4a
Better logging for errors in some tests
|
9 years ago |
docker_deprecated_api_v124_test.go
|
0a8386c8be
remove deprecated feature of passing HostConfig at API container start
|
9 years ago |
docker_deprecated_api_v124_unix_test.go
|
0a8386c8be
remove deprecated feature of passing HostConfig at API container start
|
9 years ago |
docker_experimental_network_test.go
|
ec77c124de
Add "--ipv6" flag in IT for network create when using ipv6 subnets
|
9 years ago |
docker_hub_pull_suite_test.go
|
c0d2f7b338
Remove unnecessary CmdWithArgs
|
9 years ago |
docker_test_vars.go
|
624e6cdbf3
Windows: Allow nanoserver image for CLI
|
9 years ago |
docker_utils.go
|
644a7426cc
Fix spelling in comments, strings and documentation
|
9 years ago |
events_utils.go
|
d917723331
Fix incorrect usage of logrus when formatting string is present
|
9 years ago |
npipe.go
|
08b65e7dd3
Windows CI: Allow npipe protocol for sock requests
|
9 years ago |
npipe_windows.go
|
08b65e7dd3
Windows CI: Allow npipe protocol for sock requests
|
9 years ago |
registry.go
|
4e959ef2f7
fix typos
|
9 years ago |
registry_mock.go
|
55cec657bb
integration-cli: log error when starting registry
|
9 years ago |
requirements.go
|
93bbc76ee5
Add a test that the default seccomp profile allows execution of 32 bit binaries
|
9 years ago |
requirements_unix.go
|
87e4e3af68
TestRunSeccompUnconfinedCloneUserns: Check for unprivileged_userns_clone
|
9 years ago |
test_vars_exec.go
|
102e061147
integration-cli: add test requirement ExecSupport
|
10 years ago |
test_vars_noexec.go
|
102e061147
integration-cli: add test requirement ExecSupport
|
10 years ago |
test_vars_noseccomp.go
|
0433e38915
Allow non-seccomp platforms to pass integration-cli tests
|
9 years ago |
test_vars_seccomp.go
|
0433e38915
Allow non-seccomp platforms to pass integration-cli tests
|
9 years ago |
test_vars_unix.go
|
777ee34b07
Factorize sleeping containers
|
9 years ago |
test_vars_windows.go
|
b756f89e1d
Fixing flaky tests on Windows (again)
|
9 years ago |
trust_server.go
|
6bec735c91
Use const http status code instead of just numbers see #24783
|
9 years ago |
utils.go
|
382c96ee7b
Add a getPrefixAndSlashFromDaemonPlatform …
|
9 years ago |