We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Trying to use Docker desktop to pull and run v3.4 on a MacBook Pro with a Apple M1 Pro chip, but keep getting the following error:
Unable to pull papermerge/papermerge:3.4 no matching manifest for linux/arm64/v8 in the manifest list entries
Have tried a few different versions and recieve the error for all of them.
The text was updated successfully, but these errors were encountered:
Try --platform linux/amd64 flag i.e.
--platform linux/amd64
docker pull --platform linux/amd64 papermerge/papermerge:3.4
For reference: https://stackoverflow.com/questions/67458621/how-to-run-amd64-docker-image-on-arm64-host-platform https://docs.papermerge.io/3.4/setup/docker/#apple-m1-m2-users
Sorry, something went wrong.
No branches or pull requests
Trying to use Docker desktop to pull and run v3.4 on a MacBook Pro with a Apple M1 Pro chip, but keep getting the following error:
Have tried a few different versions and recieve the error for all of them.
The text was updated successfully, but these errors were encountered: