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. 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.
1 2 | # docker exec -it kbox_${index} sh # ps -elf |

Run the following command to restart the container:
./android11_kbox.sh restart ${index}
Parent topic: Querying the Container Status