mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 18:25:15 +00:00
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
# dockerpi
|
|
|
|
[](https://github.com/lukechilds/dockerpi/actions)
|
|
[](https://hub.docker.com/r/lukechilds/dockerpi/)
|
|
[](https://hub.docker.com/r/lukechilds/dockerpi/tags?name=latest)
|
|
[](https://github.com/sponsors/lukechilds)
|
|
[](https://blockstream.info/address/3Luke2qRn5iLj4NiFrvLBu2jaEj7JeMR6w)
|
|
[](https://tippin.me/@lukechilds)
|
|
|
|
> 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
|