We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At current Docker picks the wrong ARM images (armhf vs armel) on many ARM boards (eg. Raspberry PI).
To work around this the Docker files specify a fixed architecture tag. eg:
docker-ads-b/adsbexchange-mlat/Dockerfile-adsbexchange-mlat
Line 1 in 1228a6c
In general this project should support both ARM and x86 with all variants there in.
Docker bug: moby/moby#34875 Forks just to fix this issue: https://github.com/fl0wfr/docker-ads-b/commit/34cfab548187f9bb9200ec4cf98069b0761dd6d4
The text was updated successfully, but these errors were encountered:
TheBiggerGuy
No branches or pull requests
At current Docker picks the wrong ARM images (armhf vs armel) on many ARM boards (eg. Raspberry PI).
To work around this the Docker files specify a fixed architecture tag. eg:
docker-ads-b/adsbexchange-mlat/Dockerfile-adsbexchange-mlat
Line 1 in 1228a6c
In general this project should support both ARM and x86 with all variants there in.
Docker bug: moby/moby#34875
Forks just to fix this issue: https://github.com/fl0wfr/docker-ads-b/commit/34cfab548187f9bb9200ec4cf98069b0761dd6d4
The text was updated successfully, but these errors were encountered: