-
Notifications
You must be signed in to change notification settings - Fork 8
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
Does it run on RasPi? #56
Comments
Hi, Thank you for reaching out to me. I didn't know why it got failed. Any other logs will be really useful. Currently, I don't have access to a Raspberry Pi, but I will try to get hold of it and reproduce this issue. Thank you |
This comment was marked as resolved.
This comment was marked as resolved.
I tried building it and got this:
Maybe you can't run openjdk in docker on arm? EDIT: I can also access a Raspberry Pi 4 when I get back to school on the 8th so probably will be able to test within a few days (if I remember - feel free to ping to remind me) |
I guess openjdk is deprecated and may not be available for all arch, can you try the following instead? |
That worked on my Pi 3. |
Awesome 👍 . I just upgraded the project to java 19 with eclipse-temurin as the image. |
Hi!
I tried your kahoot-clone inside a Windows Hyper-V virtual machine and is runs fine so far.
Now I try to figure out, if it runs on a Raspberry Pi 4 and run into problems.
docker ps says: STATUS Restarting (1) 4 seconds ago..... and I can't access the service wit http://my-local-ip-addr:8181 as I was able to when it runs inside the Hyper-V machine.
Am I right? Is there a way of getting it to run on a Pi?
Thx in advance
Greeting
-Stefan
The text was updated successfully, but these errors were encountered: