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

Mounting an Android Image

Upload the Kbox Android image package to the ~/dependency directory and mount it.

The image name and tag can be customized. The parameters entered during instance startup must be the same as the name and tag of the image to be mounted.

The image name and tag can contain only digits and letters. The image name must start with a digit or lowercase letter.

1
2
# cd ~/dependency
# sudo docker import android.tar {image_name:tag}   // Example: docker import android.tar kbox:latest

This is used as an example in the following description.