Android MIPS system root packaged as a Docker container
  • Shell 95.7%
  • Dockerfile 4.3%
Find a file
2026-02-21 20:40:21 -03:00
system Initial commit 2026-02-21 03:42:17 -03:00
tools Initial commit 2026-02-21 03:42:17 -03:00
Dockerfile Update Dockerfile 2026-02-21 20:40:21 -03:00
README.md Initial commit 2026-02-21 03:42:17 -03:00

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