Skip to content

Instantly share code, notes, and snippets.

View AntonyZ89's full-sized avatar
🏠
Working from home

Antony AntonyZ89

🏠
Working from home
View GitHub Profile
@AntonyZ89
AntonyZ89 / answerfile
Last active January 18, 2024 19:37 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"