IP of HOST available within site container?

Hi Keith,

I just tested it and it’s reachable on macOS. I can’t make any guarantees about Windows.

Here’s how you can get the host IP on macOS:

  1. Open Terminal
  2. Run "/Applications/Local by Flywheel.app/Contents/Resources/extraResources/virtual-machine/vendor/docker/osx/docker-machine" ssh local-by-flywheel "route | grep default" | awk '{ print $2 }'

On my computer get 10.0.2.2. This IP should work in every site container.