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. The following is a command output example:
1 2 3 4 5 6 | [service.bootanim.exit]: [1] [sys.boot.reason]: [reboot,factory_reset] [sys.boot.reason.last]: [reboot] [sys.boot_completed]: [1] [sys.bootstat.first_boot_completed]: [1] [sys.rescue_boot_count]: [1] |
Parent topic: Querying the Container Status