Trying to use app install from a docker container: Device adress seems unreachable

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?

you can try to push the .update file to /tmp of module by scp command

After that you can login to the module by ssh, and then use “update xxx.update” to install the application