Skip to content

Instantly share code, notes, and snippets.

View unalkalkan's full-sized avatar

Unal Kalkan unalkalkan

View GitHub Profile
@unalkalkan
unalkalkan / Dockerfile.armhf.raspbian
Last active May 6, 2021 23:39
Updated Dockerfile for running moonlight-embedded on LibreELEC/Raspberry Pi systems. This Dockerfile clones the repository and builds it instead of obtaining the package from the package manager.
# Moonlight embedded for libreelec
# See https://github.com/clarkemw/moonlight-embedded-launcher for installation instructions
# See https://github.com/irtimmer/moonlight-embedded/wiki/Usage for command instructions
#
# Run syntax:
# docker run -it -v moonlight-home:/home/moonlight-user \
# -v /var/run/dbus:/var/run/dbus --device /dev/vchiq:/dev/vchiq \
# moonlight [action] (options) [host]
#
@unalkalkan
unalkalkan / docker.md
Created April 27, 2022 09:18 — forked from FreddieOliveira/docker.md
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary