English | 中文
The backend service program module is used to implement cross-architecture migration of containers. Migrate the container from the ubuntu operating system to the Android operating system, and the migrated container will have the state when the container was migrated.
Contains the conversion module required for cross-architecture migration, which is used to convert the CRIU image file, and the converted CRIU image file can be used in the Android operating system.
First need to install related dependencies
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install flask
pip3 install dockerModify the IP in backend.py according to your own IP address, and then directly execute the terminal:
python3 backend.py