How can Ionic DevApp be able to list applications on the network?

1

I'm running an installation of Ionic inside a Docker container. Ionic DevApp can not automatically list the published applications on the network, it will show the message: Ionic DevApp can not automatically list the published applications on the network, Listening for apps on your network ...

By all means, it does not seem to be a communication problem with the container / app. Here is the string to use to construct the container:

docker run -it -p 8100:8100 -p 35729:35729 -p 53703:53703 --name nome_do_container fabiojanio/ionic /bin/bash

I also tried to use the --net host parameter, but that did not solve.

Version of the software used:

  • Node 8.12.0
  • Ionic DevApp 1.0.2
  • Ionic Framework 3.20.0
  • Docker version 18.06.1-ce
  • SO MacOS Mojava 10.14
asked by anonymous 01.11.2018 / 17:29

0 answers