Raspberry Pi 4B 8GB Docker version

I want to use many servers on my RPI and store them on different docker containers. Is there any docker container version of Picroft? I saw mycroft one but I don’t know if this will be stable enough for Pi and includes autoupdate.

Hi @t0ssox

Picroft is more a Linux distribution with Mycroft embedded than a Docker image.

If you want to run Docker with Mycroft on your Pi then you only need to use the Mycroft image not the Picroft.

No sure the Docker image provided enables the auto-update but here is the Dockerfile which will allows you to customize the image.

https://hub.docker.com/r/mycroftai/docker-mycroft/dockerfile

Goldyfruit, do you also have the docker-compose/docker command to run that custom image? I imagine you’ll have to propagate the correct hardware components for the pi4 to let mycroft recognize the mic/speaker etc.

You could have a look here, I wrote my Dockerfiles more like as a micro-service approach. A docker-compose.yaml is available.

1 Like