compose/tests
Aanand Prasad 9768872507 Fix "Duplicate volume mount" error when config has trailing slashes
When an image declares a volume such as `/var/lib/mysql`, and a Compose
file has a line like `./data:/var/lib/mysql/` (note the trailing slash),
Compose creates duplicate volume binds when *recreating* the container.
(The first container is created without a hitch, but contains multiple
entries in its "Volumes" config.)

Fixed by normalizing all paths in volumes config.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-07-29 18:42:08 +01:00
..
fixtures Test self referencing 'file' 2015-07-03 14:14:47 +01:00
integration Fix "Duplicate volume mount" error when config has trailing slashes 2015-07-29 18:42:08 +01:00
unit Deprecate --allow-insecure-ssl 2015-07-23 10:56:21 +01:00
__init__.py [pep8] flake8 run for everything, fix items from this change 2015-03-25 23:15:34 -07:00