Docker volume fix labels (#48536)

* Add integration test for labels (which fails).

* Changing labels from list to dict.

* Add changelog.
This commit is contained in:
Felix Fontein
2018-11-12 12:24:07 +01:00
committed by John R Barker
parent 9a848ca883
commit feb60b947c
3 changed files with 56 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_volume - ``labels`` now work (and are a ``dict`` and no longer a ``list``)."