Rate This Document
Findability
Accuracy
Completeness
Readability

Container Status During Startup

  1. 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).
  2. Run the following command to query the ID of the cloud phone container instance:
    1
    docker ps -a
    
  3. Run the following command to access the video stream cloud phone container. {android_id} indicates the ID of the started instance.
    1
    docker exec -it android_${android_id} sh
    
  4. Run the following command to check the status of sys.boot_completed:
    1
    getprop sys.boot_completed
    

    If the value of sys.boot_completed is 1 in the command output, the startup is successful.