Skip to content

Commit 44f585d

Browse files
passing config to parent driver
Signed-off-by: rakibhossainctr <rakib.hossain.ctr@sumologic.com>
1 parent 388bc97 commit 44f585d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/molecule_docker/driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ class Docker(Driver):
196196

197197
def __init__(self, config=None):
198198
"""Construct Docker."""
199+
super(Docker, self).__init__(config)
199200
# Initialize the base class attributes manually to avoid version lookup
200201
self._config = config
201202
self._name = "docker"

0 commit comments

Comments
 (0)