You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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'.
The text was updated successfully, but these errors were encountered:
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/
Description
I am unable to run the
unihtml
docker image on my M2 MacExpected Behavior
The docker container should start without any errors.
Actual Behavior
Steps to reproduce the behavior:
docker run --platform linux/arm64 -p 8080:8080 -e UNIDOC_METERED_API_KEY=key unidoccloud/unihtml
on the terminal on a M2 pro.Attachments
The text was updated successfully, but these errors were encountered: