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:
1docker ps -a
- Run the following command to access the video stream cloud phone container. {android_id} indicates the ID of the started instance.
1docker exec -it android_${android_id} sh
- Run the following command to check the status of sys.boot_completed:
1getprop sys.boot_completedIf the value of sys.boot_completed is 1 in the command output, the startup is successful.
Parent topic: Querying the Container Status