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
we make sure "service.networks" is not undefined and to add some speacial rule to "buildNetworks()", so if we overwrite the default the container and it will join the "none" network and would be isolated!
unfortunately i dont know if "--icc=false" is accessible via the api!?
The text was updated successfully, but these errors were encountered:
currently if no network is specified each container automatically joins the default network.
it makes container isolation impossible!
https://github.com/apocas/dockerode-compose/blob/main/lib/services.js#L173-L182
on possible solution would be to:
we make sure "service.networks" is not undefined and to add some speacial rule to "buildNetworks()", so if we overwrite the default the container and it will join the "none" network and would be isolated!
unfortunately i dont know if "--icc=false" is accessible via the api!?
The text was updated successfully, but these errors were encountered: