Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Container support for ARM/ARM64 #59

Open
maramend opened this issue Jan 25, 2021 · 7 comments
Open

Docker Container support for ARM/ARM64 #59

maramend opened this issue Jan 25, 2021 · 7 comments

Comments

@maramend
Copy link

Dear @koalazak

I would like to run your great Docker container on an ARM32 platform. On Dockerhub I only find the container which supports x64 (AMD64) architecture. Would it be possible to add the following architectures?

arm32v6 arm32v7 arm64v8

@maramend
Copy link
Author

For anyone who is interested in rest980 Docker support for ARM and as long as ARM container cannot be found in the official Dockerhub container of this repo, you can found them under https://hub.docker.com/r/maramend/rest980.

@koalazak
Copy link
Owner

koalazak commented Mar 2, 2021

Hello @maramend
I would be glad to do it! But I do not know excalty how or what works for you. I mean do you edited the dockerfile? or just: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t koalazak/rest980:latest --push . or something like that?
Can you please instructme on how to achive that?

thank you!

@maramend
Copy link
Author

maramend commented Mar 3, 2021

Hi @koalazak,

exactly, I used buildx to create multiplatform builds and followed for that the guidance in https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/.

Feel free to ask me any question if you stumble at the one or other step in the guide.

@ulfur8149
Copy link

Hello @koalazak and @maramend

Did you succeed in creating a new version of rest980 for arm/v7?

Regards,

Thomas

@Shaquu
Copy link

Shaquu commented Oct 23, 2021

@koalazak any chance for arm image? :)

@koalazak
Copy link
Owner

that command is not workin on my mac. Any step by step proceduro to generate the image please?

@mermelmadness
Copy link

For anyone who is interested in rest980 Docker support for ARM and as long as ARM container cannot be found in the official Dockerhub container of this repo, you can found them under https://hub.docker.com/r/maramend/rest980.

How do I build this on my RasPi 3? I tried and it just hung.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants