MinimServer Forum
Docker build for raspberry pi? - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimServer 2 (/forumdisplay.php?fid=12)
+--- Thread: Docker build for raspberry pi? (/showthread.php?tid=5881)

Pages: 1 2


Docker build for raspberry pi? - xewisog304 - 24-10-2020 14:03

I'm just looking into moving to minimserver2. I've previously been running in a docker container on raspberry pi and want to check that I can do the same with version 2.

I found the docker build for amd64 on docker hub but can't see the Dockerfile to attempt a build on pi. Does anyone have a built image or the Dockerfile so I could try?


RE: Docker build for raspberry pi? - simoncn - 24-10-2020 14:11

I presume this is an RPi 4. Which operating system are you running?


RE: Docker build for raspberry pi? - xewisog304 - 24-10-2020 14:16

Yes, pi4 with 4gb ram running raspbian buster


RE: Docker build for raspberry pi? - simoncn - 24-10-2020 16:02

It looks like this is still 32-bit only. Is this correct? Are you currently using the armhf version of MinimServer 0.8?


RE: Docker build for raspberry pi? - xewisog304 - 24-10-2020 16:29

Yes, it's 32bit.

I'm currently using MinimServer-0.8.5.2-linux-armhf.tar.gz


RE: Docker build for raspberry pi? - simoncn - 26-10-2020 15:07

A Docker image for 32-bit ARM is now available on Docker Hub. To pull this image, specify docker pull minimworld/minimserver:2.0.16-arm.

MinimServer 2 support for Docker has a few differences (improvements) from how things worked in 0.8. You can find instructions for running a MinimServer 2 Docker image in this section.


RE: Docker build for raspberry pi? - xewisog304 - 27-10-2020 19:08

That's great, thanks. I will give it a try


RE: Docker build for raspberry pi? - xewisog304 - 22-04-2021 20:16

Just noticed the "MinimServer 2.0.18 is now available" message on my version running in docker. Is there an updated 2.0.18 docker image, I could only see 2.0.16 on dockehub?


RE: Docker build for raspberry pi? - simoncn - 22-04-2021 22:22

The 2.0.18 image should be available soon. For now, it is fine to use the 2.0.16 image and ignore the warning.


RE: Docker build for raspberry pi? - m2kw6s - 11-12-2021 01:50

(22-04-2021 22:22)simoncn Wrote:  The 2.0.18 image should be available soon. For now, it is fine to use the 2.0.16 image and ignore the warning.

I see a 2.0.18-arm image for docker, but the architecture listed is amd64 and fails to run in docker on my pi4B (Ubuntu 20 [64-bit]).

Code:
docker create -v /media/Music:/Music:ro --network host --name minimserver minimworld/minimserver:2.0.18-arm
Unable to find image 'minimworld/minimserver:2.0.18-arm' locally
2.0.18-arm: Pulling from minimworld/minimserver
...yada, yada, yada...
Status: Downloaded newer image for minimworld/minimserver:2.0.18-arm
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

The tags on https://hub.docker.com/r/minimworld/minimserver/tags also show 2.0.18-arm's tag's arch as "amd64".