Process Information
Run the following command to list the running processes in the Kbox cloud phone container. ${index} indicates the ID of the started instance.
1 | docker exec -it kbox_${index} ps -elf |
Parent topic: Kbox Cloud Phone Container Logs
Run the following command to list the running processes in the Kbox cloud phone container. ${index} indicates the ID of the started instance.
1 | docker exec -it kbox_${index} ps -elf |