mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bd94f84ded
As explained in https://github.com/dotcloud/docker/issues/4979 --volumes-from fails with ENOFILE errors. This is because the code tries to look at the "from" volume without ensuring that it is mounted yet. We fix this by mounting the containers before stating in it. Also includes a regression test. Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson) |
||
---|---|---|
.. | ||
build_tests/TestBuildSixtySteps | ||
docker_cli_build_test.go | ||
docker_cli_commit_test.go | ||
docker_cli_diff_test.go | ||
docker_cli_export_import_test.go | ||
docker_cli_images_test.go | ||
docker_cli_import_test.go | ||
docker_cli_info_test.go | ||
docker_cli_kill_test.go | ||
docker_cli_logs_test.go | ||
docker_cli_pull_test.go | ||
docker_cli_push_test.go | ||
docker_cli_run_test.go | ||
docker_cli_save_load_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 | ||
utils.go |