(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.
- 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
- Start an instruction stream cloud phone following the instructions in Starting an Instruction Stream Cloud Phone. kbox_1 is used as an example.
- 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
- After the base data volume is created, delete instance kbox_1 following the instructions in Deleting an Instruction Stream Cloud Phone.
Parent topic: Deploying a Cloud Phone