Skip to content

husnejahan/docker_termux_android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-qemu-arm

Original idea: https://gist.github.com/oofnikj/e79aef095cd08756f7f26ed244355d62

https://github.com/egandro/docker-qemu-arm/

Run Docker x86_64 on Arm computers or Android

we also install zram.

Android Phone/Tablet with Termux

In termux terminal

$ pkg install git

clone this repo

$ cd docker_termux_android

$ chmod u+x ./termux-setup.sh && chmod 755 ./termux-setup.sh && ./termux-setup.sh

After installation start the VM with "startqemu.sh"

root passwort is "Secret123"

$ ./startqemu.sh

passwort is "Secret123"

Alpine terminal:

apk add git
apk add docker-compose

For more ports

hostfwd=tcp::8070-:8070,
hostfwd=tcp::8080-:8080,
hostfwd=tcp::2222-:22

Postinstall & fun

  • start the VM with "startqemu.sh"
  • root passwort is "Secret123" but root in ssh is locked by password
  • please change the password anyway
  • you can ssh to the VM with a 2nd Terminal and "ssh2qemu.h" qemukey / qemukey.ssh are SSH keys
  • run a "uname -a" and a "docker run hello-world"

About

a full automatic setup bash script including ssh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages