我要评分
获取效率
正确性
完整性
易理解

(Optional) Creating a Base Data Volume

Creating a base data volume enables a to-be-started instruction stream cloud phone instance to copy application data from this data volume, thereby avoiding operations such as repeated application installation.

  1. If a base data volume has been configured, delete the original base data volume or back it up to another location.

    By default, the data volume of instruction stream cloud phone instances is stored in /home/mount, and the base data volume is named instruction_data_base.

    #rm -rf /home/mount/data/instruction_data_base
  2. Start an instruction stream cloud phone following the instructions in Starting an Instruction Stream Cloud Phone. kbox_1 is used as an example.
  3. Optional: Ensure that required applications are pre-installed in the cloud phone. Then create a new data volume using the data volume of the instruction stream cloud phone instance kbox_1.
    #cd /home/mount/data/
    #cp -rp kbox_1 instruction_data_base
  4. After the base data volume is created, delete instance kbox_1 following the instructions in Deleting an Instruction Stream Cloud Phone.