Process Information
- Use an SSH tool such as Xshell to log in to the server where the video stream cloud phone is deployed as the cloud phone O&M user (for example, root).
- Switch to the root user.
1su - root
- Run the following command to query the container ID:
1docker ps -a
- Run the following command to query the information about the running processes. In the command, {android_id} indicates the container ID.
1docker exec -it android_${android_id} ps -elf
Parent topic: Querying Docker Container Logs