On a Raspberry Pi 5 8GB I'm trying to run the aarch64 variant of termux-docker using this command
docker run -it termux/termux-docker
It's the latest image when I wrote this.
The host is 64-bit ARM (kernel and distro)
But when I start I only get a Segmentation Fault (with a notice that [!] Container is running as non-root, unable to start dnsmasq. DNS will be unavailable)
On a Raspberry Pi 5 8GB I'm trying to run the aarch64 variant of
termux-dockerusing this commandIt's the latest image when I wrote this.
The host is 64-bit ARM (kernel and distro)
But when I start I only get a Segmentation Fault (with a notice that
[!] Container is running as non-root, unable to start dnsmasq. DNS will be unavailable)