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
Build it.
./build.sh
Run it.
docker run -it rpi-base:local
Check out Guido van Rossum.
@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}}