Rate This Document
Findability
Accuracy
Completeness
Readability

Property Configuration Methods

Before configuring properties, you need to connect to and access the container.

This document provides two methods for accessing a container: Using the CLI on a PC and Using the Server Terminal. You can select either method as required.

Using the CLI on a PC

  1. Start the Kbox container.
  2. At the PC command prompt, connect to the container instance using the adb CLI.
    adb connect ip:port
    Some commands (such as getevent) require root permissions.
    adb -s ip:port root
  3. Access the container using the adb CLI.
    adb -s ip:port shell

    After accessing the container, run corresponding commands to configure cloud phone parameters.

    In the adb commands used in this document, ip indicates the IP address of the server and port indicates the adb port number.

Using the Server Terminal

  1. Start the Kbox container.
  2. On the server terminal interface, access the container using the docker CLI.
    1
    docker exec -it kbox_${index} sh
    

    After accessing the container, run corresponding commands to configure cloud phone parameters.