open-in-browser.cmd 127 B

123
  1. :: Opens the web app in the browser for you
  2. @ECHO OFF
  3. FOR /F "delims=" %%i IN ('docker-machine ip') DO explorer http://%%i:8080