-
Notifications
You must be signed in to change notification settings - Fork 701
Description
Hello! Thank you so much for your excellent work, which enabled me to run a linux distribution on my phone. I tried installing containers and configuring the python environment on both of my phones. I wrote a simple send,recv program, hoping to test the communication between the containers of two phones, but unfortunately failed. I tried to get one of the phones to listen on port 27001, but the error said it was trying to connect to port 55461. Does linuxdeploy have a similar method of exposing ports to docker containers? In addition, when I used the htop tool to look at the cpu utilization in the container, I found that the cpu utilization was somewhat different from what the original mobile system showed (looking at the utilization via top via ADB connection). I'd like to hear your advice