Querying the Version Information
You can query the Kbox version information using either of the following methods.
Method 1: using the obtained software packages
Obtain BoostKit-kbox_*.zip according to Table 1 and decompress it. Query the kbox_version.txt file to obtain the version of the software package.
# unzip BoostKit-kbox_*.zip # unzip Kbox-BoostKit-kbox_*.zip # cat ./products/kbox_version.txt
The command output shows the Kbox version information. An example is as follows:
Product Name: Kunpeng BoostKit Product Version: 23.0.RC2 Component Name: BoostKit-kbox Component Version: 5.0.RC2 Component AppendInfo: 11.0.0_r48
Method 2: using a started container
- Access a started container. In the command, ${index} indicates the ID of a container instance.
# docker exec -it kbox_${index} sh - Check the Kbox version. The command output is similar to the query result in method 1.
# cat /system/vendor/etc/kbox_version.txt
Parent topic: Starting and Uninstalling a Cloud Phone