Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Rudloff/termux-docker-image

Repository files navigation

termux-docker-image

Docker image running Android and Termux

Setup

npm install

Build the image

grunt bootstrap
grunt build

Run the image

docker run -it rudloff/termux

If you want to use logd, you need to run it inside a privileged container:

docker run --privileged -it rudloff/termux

Known issues

  • DNS resolution does not work
  • getprop does not work correctly

Use with GitLab Runner

This image can be used to test packages using GitLab Runner.

.gitlab-ci.yml contains an example test that installs and run screenfetch.

You can try it locally like this:

gitlab-runner exec docker test

About

Docker image running Android and Termux

Resources

License

Stars

Watchers

Forks

Packages

No packages published