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

[BUG] Unable to run the unihtml docker image on my M2 Mac #10

Closed
kishankishore2908 opened this issue Aug 3, 2023 · 3 comments
Closed

Comments

@kishankishore2908
Copy link

Description

I am unable to run the unihtml docker image on my M2 Mac

Expected Behavior

The docker container should start without any errors.

Actual Behavior

Steps to reproduce the behavior:

  1. Run docker run --platform linux/arm64 -p 8080:8080 -e UNIDOC_METERED_API_KEY=key unidoccloud/unihtml on the terminal on a M2 pro.

Attachments

docker run --platform linux/arm64 -p 8080:8080 -e UNIDOC_METERED_API_KEY=key unidoccloud/unihtml
Unable to find image 'unidoccloud/unihtml:latest' locally
latest: Pulling from unidoccloud/unihtml
Digest: sha256:085784309a8223f90eeb8d2d4e10db0c47ed832da9ff4298ee7c38534763cb65
Status: Image is up to date for unidoccloud/unihtml:latest
docker: image with reference docker.io/unidoccloud/unihtml:latest was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64.
See 'docker run --help'.
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/

@3ace
Copy link

3ace commented Oct 11, 2023

hi @kishankishore2908 you should change the platform to linux/amd64 instead of linux/1rm64 for it to work.

@ahall
Copy link

ahall commented Aug 13, 2024

Feel free to try it now @kishankishore2908, we build for amd64 and arm64 now.

@ahall ahall closed this as completed Aug 13, 2024
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

3 participants