Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 966 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 966 Bytes

One-Off Coder Logo

Purpose

The purpose of this container is to create a base Docker image for use with Raspberry Pi 4 (armv7l).

Note that you should be building and using this container only on a Raspberry Pi 4. If you want to build this container on an x86 machine, try this approach.

docker run --rm --privileged hypriot/qemu-register

Docker Hub

Image

Docker

Build it.

./build.sh

Run it.

docker run -it rpi-base:local

Take a Look!

Check out Guido van Rossum.

Citation

@misc{oneoffcoder_rpi_base_2019, 
title={Base Docker container Raspberry Pi 4}, 
url={https://github.com/oneoffcoder/docker-containers/tree/master/rpi-base}, 
journal={GitHub},
author={One-Off Coder}, 
year={2019}, 
month={Jul}}