mirror of
https://github.com/termux/termux-docker.git
synced 2025-12-22 08:30:01 +00:00
0cb4831bd44a8409c1e9fe7b9fb29f238b17430e
Termux environment for Docker.
A Termux i686 (x86_64) environment packaged into Docker image. Environment doesn't have Android runtime components, so certain things will not be available (DalvikVM, OpenSLES, etc...).
How to use
- Make sure that Docker is installed and running.
git clone https://github.com/xeffyr/termux-docker && cd ./termux-docker./run.shor./run-x86_64.sh- if need x86_64 arch.
You can use the image directly without startup script. For example:
docker run -it xeffyr/termux:latest
You can build Docker image yourself by running this script:
./build-all.sh
Known issues
There a number of known issues which may not be resolved:
- DNS: Docker image has to use a static DNS resolver through
/system/etc/hosts. You can regenerate this file by editing/system/etc/static-dns-hosts.txtand executing script/system/bin/update-static-dns.
Description
Languages
Dockerfile
61.4%
Shell
38.6%