I’m running a docker container
docker run -it --network host --mount source=volume,target=/workspace --mount type=bind,source=“$(pwd)”/helloWorld,target=/workspace/src fx30
I’m trying to upload the helloWorld App however I’m unable to install the app via:
app install helloWorld.wp77xx.update
As I get a:
***ERROR: Device address 192.168.2.2 seems to be unreachable.
I can however ssh into root@192.168.2.2
Any ideas of what I could be missing?