No description
Find a file
Luke Childs 151aa1f623 Fix volume issues by mounting a dir
Extract a pre-existing image there if one doesn't already exist
2019-12-14 00:33:31 +07:00
.github Strip colon from image name before uploading as artifact 2019-12-13 21:53:45 +07:00
.gitignore Initial commit 2019-12-13 19:11:40 +07:00
Dockerfile Fix volume issues by mounting a dir 2019-12-14 00:33:31 +07:00
entrypoint.sh Fix volume issues by mounting a dir 2019-12-14 00:33:31 +07:00
LICENSE Initial commit 2019-12-13 19:11:40 +07:00
README.md Initial commit 2019-12-13 19:11:40 +07:00

dockerpi

Actions Status Docker Pulls Docker Image Size GitHub Donate Bitcoin Donate Lightning Donate

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