inviqa / dock-cli

Dock CLI
MIT License
39 stars 14 forks source link

Add additional networks for OSX, to support docker-compose v2's networking. #128

Closed kierenevans closed 7 years ago

kierenevans commented 7 years ago

172.17.0.0 isn't the only network created by docker-compose anymore.

andytson-inviqa commented 7 years ago

If all the networks route to the same ip, you can just use a single network route that encompasses the whole range

sroze commented 7 years ago

Could you also update the DockerRouting.php file ?

kierenevans commented 7 years ago

Updated!

sroze commented 7 years ago

Great, thanks Kieren 👍