Hello
Is there a way to run appsmith on Raspberry PI under Raspbian? Raspberry pi is based on ARM CPU and appsmith does not currently seem to be able to run there under docker. This is what I am getting:
pi@pi:~ $ sudo docker run -d --name appsmith -p 8080:80 -p 9001:9001 -v “$PWD/stacks:/appsmith-stacks” appsmith/appsmith-ce
Unable to find image ‘appsmith/appsmith-ce:latest’ locally
latest: Pulling from appsmith/appsmith-ce
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
Thanks!
-Andrey