mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 10:16:42 +00:00
1.4 KiB
1.4 KiB
dockerpi
A Virtualised Raspberry Pi inside a Docker image
Gives you access to a virtualised ARM based Raspberry Pi machine running the Raspian operating system.
This is not just a Raspian Docker image, it's a full ARM based Raspberry Pi virtual machine environment.
Usage
docker run -it lukechilds/dockerpi
Build
Build this image yourself by checking out this repo, cd ing into it and running:
docker build -t lukechilds/dockerpi .
License
MIT © Luke Childs