[docker_network] Add handling for Python booleans in driver_options (#48105)

Fixes #26708
This commit is contained in:
Dave Bendit
2018-11-06 08:39:45 -06:00
committed by John R Barker
parent 0d9c923464
commit d7686e1bc0
3 changed files with 75 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- "docker_network - ``driver_options`` containing Python booleans would cause Docker to throw exceptions."