Caprover: Support ARM

Created on 1 Nov 2017  路  3Comments  路  Source: caprover/caprover

Hi,

do you plan to support Raspberry PI ARMs?

Most helpful comment

EDIT 2020:

Support for ARM is being added to official CapRover: https://github.com/caprover/caprover/issues/445#issuecomment-680409151


I don't have the hardware to build this against ARM. But it does work - if you have the hardware. You just need to follow these steps:

  • clone the repo
  • go to app-backend directory and run docker build -t captain-arm -f dockerfile-captain.release .

Then just replace dockersaturn/captainduckduck with captain-arm during installation:

mkdir /captain && docker run -p 80:80 -p 443:443 -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock captain-arm
# wait around 30 seconds
docker service update --image captain-arm captain-captain

All 3 comments

I haven't tried it on ARM processor. It might work, might not. There are dependencies that are out of reach, like nginx, if it doesn't work, it's not possible to run this image on ARM at all.

Anyways, out of criousity, why is it that you think will be useful for this project to run on Rasberry PI? This is a webserver, and most likely will run on VPS in cloud.

i would love to see this working on pi

EDIT 2020:

Support for ARM is being added to official CapRover: https://github.com/caprover/caprover/issues/445#issuecomment-680409151


I don't have the hardware to build this against ARM. But it does work - if you have the hardware. You just need to follow these steps:

  • clone the repo
  • go to app-backend directory and run docker build -t captain-arm -f dockerfile-captain.release .

Then just replace dockersaturn/captainduckduck with captain-arm during installation:

mkdir /captain && docker run -p 80:80 -p 443:443 -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock captain-arm
# wait around 30 seconds
docker service update --image captain-arm captain-captain
Was this page helpful?
0 / 5 - 0 ratings

Related issues

PolMrt picture PolMrt  路  5Comments

ZaninAndrea picture ZaninAndrea  路  3Comments

matuscongrady picture matuscongrady  路  4Comments

lohazo picture lohazo  路  6Comments

drmrbrewer picture drmrbrewer  路  6Comments