Looking for Docker ARM image

Hi,

How can I install Baserow in an ARM machine? The docker install command (as per install docs) on an arm64 machine fails with:

docker: Error response from daemon: image with reference baserow/baserow:1.13.2 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64.
See 'docker run --help'.

Thanks.

1 Like

Hi @vimal

We don’t yet provide arm variants of our docker images. For now if you are comfortable with git and docker-compose you can git clone our git repo and use the docker-compose.local-build.yml to build and start Baserow on your ARM machine.

I built a Arm64 All-In-One container for myself, you can try:

https://hub.docker.com/r/zimbres/baserow