Sign inSign up

rudloff/termux

By rudloff

Updated over 8 years ago

Docker image running Android and Termux

Image
2

1.6K

rudloff/termux repository overview

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

Tag summary

Content type

Image

Digest

Size

320 MB

Last updated

over 9 years ago

docker pull rudloff/termux