Container Status During Startup
- Use an SSH tool such as Xshell to log in to the server where the video stream cloud phone is deployed as the cloud phone O&M user (for example, root).
- Run the following command to query the ID of the cloud phone container instance:
docker ps -a
- Run the following command to access the video stream cloud phone container. {android_id} indicates the ID of the started instance.
docker exec -it android_${android_id} sh - Run the following command to check the status of sys.boot_completed:
getprop sys.boot_completed
If the value of sys.boot_completed is 1 in the command output, the startup is successful.
Parent topic: Querying the Container Status