Querying the Version Information
This section provides two methods to obtain the Kbox version information.
Method 1: using the obtained software package
Obtain BoostKit-boostcph-kbox_*_15.zip according to Table 1 and decompress it. Query the kbox_version.txt file to obtain the version of the software package.
1 2 3 | unzip BoostKit-boostcph-kbox_*_15.zip unzip Kbox-BoostKit-boostcph-kbox_*_15.zip cat ./products/kbox_version.txt |
The command output shows the Kbox version information. An example is as follows:
1 2 3 4 5 | Product Name: Kunpeng BoostKit Product Version: 26.0.RC1 Component Name: BoostKit-boostcph-kbox Component Version: 8.0.RC1 Component AppendInfo: 15.0.0_r17 |
Method 2: Running the following command to query the version of the started container. In the command, ${index} indicates the ID of the started instance. For details about the command output example, see the query result of method 1.
1 | docker exec -it kbox_${index} cat /system/vendor/etc/kbox_version.txt |
Parent topic: Starting and Uninstalling a Cloud Phone Instance