Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docker#5465 by catching a no-image exception in
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
- Loading branch information