Rate This Document
Findability
Accuracy
Completeness
Readability

Container Status During Running

During the running of the Kbox cloud phone container, check the process status to determine whether the container is normal. Run the following commands. ${index} indicates the ID of the started instance.

1
2
docker exec -it kbox_${index} sh
ps -elf

If the parent process of more than 10 processes changes to sh (the process ID is 1), as shown in the following figure, a crash occurs in the container. In this case, restart the container or contact Huawei technical support.

Run the following command to restart the container:
1
./android_kbox.sh restart ${index}