Currently the code only sets the last in the list of the passed in volume bindings, by continually overwriting the bindings with a single element list. This fixes that and sets all of them in a single list. You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds/pull/1077 -- Commit Summary -- * Fix error creating list of volume bindings for Docker -- File Changes -- M apis/docker/src/main/java/org/jclouds/docker/compute/strategy/DockerComputeServiceAdapter.java (4) -- Patch Links -- https://github.com/jclouds/jclouds/pull/1077.patch https://github.com/jclouds/jclouds/pull/1077.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1077
