Skip to content

Instantly share code, notes, and snippets.

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

Mhnramin Mhnramin

🏠
Working from home
View GitHub Profile
@Mhnramin
Mhnramin / answerfile
Last active August 17, 2022 06:10 — 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"