1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration-cli
Phil Estes 63a7ccdd23 Update container resolv.conf when host network changes /etc/resolv.conf
Only modifies non-running containers resolv.conf bind mount, and only if
the container has an unmodified resolv.conf compared to its contents at
container start time (so we don't overwrite manual/automated changes
within the container runtime). For containers which are running when
the host resolv.conf changes, the update will only be applied to the
container version of resolv.conf when the container is "bounced" down
and back up (e.g. stop/start or restart)

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2015-01-08 14:15:13 -05:00
..
docker_api_containers_test.go Fix volumes-from/bind-mounts passed in on start 2014-12-15 16:51:15 -05:00
docker_api_exec_test.go Check for no Cmd on exec create endpoint 2014-12-01 17:54:15 -05:00
docker_api_inspect_test.go Check for no Cmd on exec create endpoint 2014-12-01 17:54:15 -05:00
docker_api_resize_test.go Check for no Cmd on exec create endpoint 2014-12-01 17:54:15 -05:00
docker_cli_attach_test.go Fix vet errors about formatting directives 2014-12-12 10:58:56 -08:00
docker_cli_build_test.go Fix TestBuildWithTabs for go 1.4 2014-12-21 13:49:45 +02:00
docker_cli_commit_test.go Make sure integration-cli test clean up 2014-11-19 23:41:46 +02:00
docker_cli_cp_test.go Run 'go vet' on integration-cli. 2014-12-03 18:45:51 -08:00
docker_cli_create_test.go Fix tests with old cmd function. 2014-12-03 15:53:19 -08:00
docker_cli_daemon_test.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00
docker_cli_diff_test.go
docker_cli_events_test.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00
docker_cli_events_test_unix.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00
docker_cli_exec_test.go Fix vet errors about formatting directives 2014-12-12 10:58:56 -08:00
docker_cli_export_import_test.go
docker_cli_history_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_images_test.go Fix for #8777 2014-11-20 13:36:46 +09:00
docker_cli_import_test.go Make sure integration-cli test clean up 2014-11-19 23:41:46 +02:00
docker_cli_info_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_inspect_test.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
docker_cli_kill_test.go
docker_cli_links_test.go Create tests for pkg/iptables 2014-12-21 12:57:32 +10:00
docker_cli_login_test.go Suppress output of TestLoginWithoutTTY 2014-12-11 18:05:07 -08:00
docker_cli_logs_test.go
docker_cli_nat_test.go Fix misuses of format based logging functions 2014-11-19 23:59:02 +02:00
docker_cli_port_test.go
docker_cli_ps_test.go Fix deadlock in ps exited filter 2014-11-03 10:51:03 -08:00
docker_cli_pull_test.go Make FROM scratch a special cased 'no-base' spec 2014-12-18 14:03:38 -08:00
docker_cli_push_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_restart_test.go
docker_cli_rm_test.go Error should be 409 as the container is different state to remove 2014-12-19 19:00:28 +00:00
docker_cli_rmi_test.go Remove unnecessary abstraction nLines 2014-12-03 17:47:28 -08:00
docker_cli_run_test.go Update container resolv.conf when host network changes /etc/resolv.conf 2015-01-08 14:15:13 -05:00
docker_cli_run_test_unix.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00
docker_cli_save_load_test.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00
docker_cli_save_load_test_unix.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00
docker_cli_search_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_start_test.go Fixes race condition in test. Closes #9389. 2014-11-28 13:48:50 -05:00
docker_cli_tag_test.go
docker_cli_top_test.go
docker_cli_version_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_test_vars.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00
docker_utils.go Merge pull request #9356 from cc272309126/fix-exec-paused-container 2014-12-09 11:01:44 -08:00
MAINTAINERS
utils.go Enable test-integration-cli for Windows platform 2014-12-20 16:40:40 -08:00