dockerpi
dockerpi copied to clipboard
A Virtualised Raspberry Pi inside a Docker image
> [!IMPORTANT] > Since the maintainer of this repository is no longer actively maintaining it, I'm hosting a custom-built image with this feature added at [`ghcr.io/matteocarnelos/dockerpi`](https://ghcr.io/matteocarnelos/dockerpi). > > If you...
Hey, I'm trying to build this image for aarch64 instead of the provided x86. I tried on Pine64's RockPro64 and Mac Mini M1 and both result in the following build...
Hey @lukechilds, Can you make dockerhub releases of the pi2 and pi3 container? Thanks for you help!
Image get from official source: https://ubuntu.com/download/raspberry-pi/thank-you?version=20.04.4&architecture=server-arm64+raspi command: docker run -it -v :/sdcard/filesystem.img lukechilds/dockerpi:vm output: request_module: kmod_concurrent_max (0) close to 0 (max_modprobes: 50), for module binfmt-464c, throttlirequest_module: modprobe binfmt-464c cannot be...
I'm using this to create images for a Raspberry Pi 4, and while running with `pi1` seems to work okay, proper support would be nice to have. Using `pi3` results...
Should this tool support autologin? I'd like to use this image in an automated build environment and having to log in manually or having to patch the raspbian image to...
thx for this useful container I'm trying to get it to connect to the actual host-speakers to play around with the sound. I was hoping the trick in https://stackoverflow.com/questions/28985714/run-apps-using-audio-in-a-docker-container would...
This version of BusyBox contains a fix to an issue uncompressing OS image zip files larger than 4GB: https://busybox.net > unzip: fix for .zip archives with >4GB file In my...
My modules list is empty: ``` pi@raspberrypi:~$ lsmod Module Size Used by ``` I see this message at the startup: ``` [FAILED] Failed to start Load Kernel Modules. ``` Service...
Hello, I'm running a Raspian in Dockerpi: ``` docker run -it --sysctl net.ipv4.ping_group_range="0 2147483647" -v /2020-02-13-raspbian-buster-lite.img:/sdcard/filesystem.img lukechilds/dockerpi:vm ``` I'm getting very slow internet speed inside. For example cloning with git:...