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

Raspberry Pi 4 B amd64 vs arm/v8 Docker Issue #168

Open
kiwinovalive opened this issue Feb 1, 2021 · 3 comments
Open

Raspberry Pi 4 B amd64 vs arm/v8 Docker Issue #168

kiwinovalive opened this issue Feb 1, 2021 · 3 comments

Comments

@kiwinovalive
Copy link

kiwinovalive commented Feb 1, 2021

I keep running into the amd64 vs arm/v8 issue with docker when I go to build it.. I tried reading around but I'm not really understanding.

I believe the issue is the version of docker that's being installed so I guess I just need to understand what I'm doing wrong.

@kiwinovalive
Copy link
Author

I've also gotten a yarn permissions error doing it the manual way.

@kiwinovalive kiwinovalive changed the title Raspberry Pi 4 B Raspberry Pi 4 B amd64 vs arm/v7 Docker Issue Feb 1, 2021
@kiwinovalive
Copy link
Author

kiwinovalive commented Feb 1, 2021

Okay I realized after posting this, I didn't give enough information.

I'm running Ubuntu 20.10 on my Raspberry Pi 4 B. I get all the way to the portion where trying to run it using:
docker run -d -p 9736:9736 ottomated/crewlink-server:latest
This results in the following error:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Docker builds this and it remains unable to start without this error.

I have also tried running it like this, due to the environment ADDRESS error:
docker run -e ADDRESS=http://[mypublicip]:9736 -d -p 9736:9736 ottomated/crewlink-server
But it just results in the same error.

Everywhere I read is talking about 32bit systems vs 64bit systems but this is a 64 bit version of Ubuntu so I'm very confused.

The firewall is disabled for now for troubleshooting purposes.

@kiwinovalive kiwinovalive changed the title Raspberry Pi 4 B amd64 vs arm/v7 Docker Issue Raspberry Pi 4 B amd64 vs arm/v8 Docker Issue Feb 1, 2021
@Zedifuu
Copy link

Zedifuu commented Feb 1, 2021

I have answered this over here, Hope it helps, docker-compose is great.
#165 (comment)

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

No branches or pull requests

2 participants