Container Status During Startup
After starting the Kbox cloud phone container, run the following commands to check whether the container is started successfully. In the command, ${index} indicates the ID of the started instance.
1 2 | # docker exec -it kbox_${index} sh # getprop | grep boot |
If the value of sys.boot_completed is 1 in the command output, the container is started successfully. Otherwise, the container fails to be started. In this case, contact Huawei technical support.

Parent topic: Querying the Container Status