mirror of
https://github.com/AmanoTeam/android-terminal-mips.git
synced 2026-04-16 14:09:54 -03:00
Android MIPS system root packaged as a Docker container
- Shell 95.7%
- Dockerfile 4.3%
| system | ||
| tools | ||
| Dockerfile | ||
| README.md | ||
Android Terminal on MIPS
This is a minimal Android MIPS system root packaged as a Docker container. It includes the Bionic C library and core system shell utilities.
Usage
Set up the emulation layer using binfmt:
docker run --rm --privileged aptman/qus -s -- -p mips64el mipsel
Build the image and then create the container:
docker build -t android-terminal:mips "${PWD}"
docker run -ti --privileged android-terminal:mips