Querying Component Version Information
You can use either of the following methods to query the version of the instruction stream engine component:
Method 1: using the obtained software packages
- Obtain the instruction stream engine software package by referring to Instruction Stream Engine and decompress it. This document uses BoostKit-instructionengine_5.0.0_*.zip as an example.
1unzip BoostKit-instructionengine_5.0.0_*.zip - Decompress the CloudPhoneInstructionEngine.tar.gz package to obtain and view the version of the instruction stream engine component.
1 2
tar xf CloudPhoneInstructionEngine.tar.gz vendor/etc/instructionengine_version.txt cat vendor/etc/instructionengine_version.txt
The command output is the version information of the instruction stream engine component. An example is as follows:
1 2 3 4 5
Product Name: Kunpeng BoostKit Product Version: 23.0.0 Component Name: BoostKit-instructionengine Component Version: 5.0.0 Component AppendInfo: 11.0.0_r48
Method 2: using a started container
- Access a started container. In the command, ${kbox_id} indicates the ID of a container instance.
1docker exec -it kbox_${kbox_id} sh
- Query the version of the instruction stream engine component.
1cat /vendor/etc/instructionengine_version.txtThe command output is the version information of the instruction stream engine component. An example is as follows:
1 2 3 4 5
Product Name: Kunpeng BoostKit Product Version: 23.0.0 Component Name: BoostKit-instructionengine Component Version: 5.0.0 Component AppendInfo: 11.0.0_r48
Parent topic: Operating an Instruction Stream Cloud Phone