You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.error("Conflicting custom network found! There is already a docker network defined: '%s' , but is not owned by this project", config['network']['name'])
91
-
sys.exit(1)
90
+
ifconfig['network']['name'] !='host': #This is to allow a project to use the 'host' network
91
+
log.error("Conflicting custom network found! There is already a docker network defined: '%s' , but is not owned by this project", config['network']['name'])
92
+
sys.exit(1)
92
93
ifnotnetwork_status['exists']:
93
94
log.info("Custom user network: '%s' not found. Creating", config['network']['name'])
0 commit comments