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
Alexander Larsson bd94f84ded Fix --volumes-from mount failure
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)
2014-04-03 19:33:20 +02:00
..
build_tests/TestBuildSixtySteps initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_build_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_commit_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_diff_test.go add test 2014-04-01 21:07:40 +00:00
docker_cli_export_import_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_images_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_import_test.go add test 2014-03-31 19:31:21 +00:00
docker_cli_info_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_kill_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_logs_test.go Add regression test 2014-03-31 13:12:22 -07:00
docker_cli_pull_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_push_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_run_test.go Fix --volumes-from mount failure 2014-04-03 19:33:20 +02:00
docker_cli_save_load_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_search_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_start_test.go Make sure to set error reguardless of attach or stdin 2014-03-31 18:33:14 +00:00
docker_cli_tag_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_top_test.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_cli_version_test.go Add API version to docker version 2014-04-01 17:30:19 -07:00
docker_test_vars.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
docker_utils.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00
utils.go initial version of cli integration tests 2014-03-29 23:09:40 +02:00