Docker build for raspberry pi?
|
24-10-2020, 14:03
Post: #1
|
|||
|
|||
Docker build for raspberry pi?
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? |
|||
24-10-2020, 14:11
Post: #2
|
|||
|
|||
RE: Docker build for raspberry pi?
I presume this is an RPi 4. Which operating system are you running?
|
|||
24-10-2020, 14:16
Post: #3
|
|||
|
|||
RE: Docker build for raspberry pi?
Yes, pi4 with 4gb ram running raspbian buster
|
|||
24-10-2020, 16:02
Post: #4
|
|||
|
|||
RE: Docker build for raspberry pi?
It looks like this is still 32-bit only. Is this correct? Are you currently using the armhf version of MinimServer 0.8?
|
|||
24-10-2020, 16:29
Post: #5
|
|||
|
|||
RE: Docker build for raspberry pi?
Yes, it's 32bit.
I'm currently using MinimServer-0.8.5.2-linux-armhf.tar.gz |
|||
26-10-2020, 15:07
Post: #6
|
|||
|
|||
RE: Docker build for raspberry pi?
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. |
|||
27-10-2020, 19:08
Post: #7
|
|||
|
|||
RE: Docker build for raspberry pi?
That's great, thanks. I will give it a try
|
|||
22-04-2021, 20:16
Post: #8
|
|||
|
|||
RE: Docker build for raspberry pi?
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?
|
|||
22-04-2021, 22:22
Post: #9
|
|||
|
|||
RE: Docker build for raspberry pi?
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.
|
|||
11-12-2021, 01:50
Post: #10
|
|||
|
|||
RE: Docker build for raspberry pi?
(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 The tags on https://hub.docker.com/r/minimworld/minimserver/tags also show 2.0.18-arm's tag's arch as "amd64". |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)