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
Brian Goff e744b0dcba Fix volume ref restore process
Fixes #9629 #9768

A couple of issues:

1) Volume config is not restored if we couldn't find it with the graph
driver, but bind-mounts would never be found by the graph driver since
they aren't in that dir

2) container volumes were only being restored if they were found in the
volumes repo, but volumes created by old daemons wouldn't be in the
repo until the container is at least started.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-01-20 15:54:56 -05:00
..
docker_api_containers_test.go
docker_api_exec_test.go
docker_api_inspect_test.go
docker_api_resize_test.go
docker_cli_attach_test.go
docker_cli_attach_unix_test.go
docker_cli_build_test.go
docker_cli_commit_test.go
docker_cli_cp_test.go
docker_cli_create_test.go
docker_cli_daemon_test.go Fix volume ref restore process 2015-01-20 15:54:56 -05:00
docker_cli_diff_test.go
docker_cli_events_test.go
docker_cli_events_unix_test.go
docker_cli_exec_test.go
docker_cli_export_import_test.go
docker_cli_history_test.go
docker_cli_images_test.go
docker_cli_import_test.go
docker_cli_info_test.go
docker_cli_inspect_test.go
docker_cli_kill_test.go
docker_cli_links_test.go
docker_cli_login_test.go
docker_cli_logs_test.go
docker_cli_nat_test.go
docker_cli_port_test.go
docker_cli_ps_test.go
docker_cli_pull_test.go
docker_cli_push_test.go
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
docker_cli_run_unix_test.go
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_tag_test.go
docker_cli_top_test.go
docker_cli_version_test.go
docker_test_vars.go
docker_utils.go
MAINTAINERS
registry.go
utils.go