mirror of https://github.com/docker/compose.git
add exception for windows networking
Signed-off-by: Michael Friis <friism@gmail.com>
This commit is contained in:
parent
301b06ca92
commit
f3d09df19b
|
@ -18,6 +18,7 @@ log = logging.getLogger(__name__)
|
|||
|
||||
OPTS_EXCEPTIONS = [
|
||||
'com.docker.network.driver.overlay.vxlanid_list',
|
||||
'com.docker.network.windowsshim.hnsid'
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue