I just had a annoying problem with docker-ce and docker-compose on a Pi. The compose-file had nothing special in it, just a maria-db and some files and volume-mounts to make that persistent on the system. I’m quite sure that I’ve been running something like that without any problem on a Pi before. Somehow, it did… Continue reading How to solve “failed to mount /tmp/containerd-mount” with Docker on Raspberry Pi
Tag: pi
Update Python to 3.11 on Raspbian Bullseye
I found a guide how to build (compile) the most recent Python-versions on the Pi here. This guide still works on “Bullseye” and also with Python 3.11. However, I’d recommend to miss out the part with deletion of the symlink at /usr/bin though, but use the “update-alternatives”-tool instead. One just need some patience as the… Continue reading Update Python to 3.11 on Raspbian Bullseye