Container Status During Running
During the running of the instruction stream cloud phone container, you can check whether the container is normal by checking the Docker status.
- Use a remote terminal to log in to the server where the instruction stream cloud phone is deployed as the instruction stream cloud phone O&M user (for example, root).
- Run the following command to access the instruction stream cloud phone container. {kbox_id} indicates the ID of the instance to be started.
docker exec -it kbox_${kbox_id} sh - Run the following command to check the process status.If the parent process of a large number of processes changes to sh (process ID: 1), as shown in the following figure, the container crashes and is abnormal. In this case, restart the container or contact Huawei technical support.
ps -elf

Parent topic: Container Status