Running Dockerfile on ARM architecture #384
-
Hello, first of all, thanks for uwsgi-nginx-flask-docker . A couple of years ago I build a python webapp that I deployed as a docker container. I am pretty sure I followed this guide: https://www.digitalocean.com/community/tutorials/how-to-build-and-deploy-a-flask-application-using-docker-on-ubuntu-18-04 Fast-forward to now, I now have a Raspberry Pi, and I want to deploy the container. My Dockerfile currently looks like this
The problem of course is that rpi runs on arm architecture, rather than alpine. I would like to know if you have any pointer on how I could manage to get everything to run again. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
As usual, as soon as I wrote the question, I found the solution. I ended up using The final result was
|
Beta Was this translation helpful? Give feedback.
-
There's been support for Arm for a while now, you should be able to use the standard image as is. 🤓 |
Beta Was this translation helpful? Give feedback.
There's been support for Arm for a while now, you should be able to use the standard image as is. 🤓