-
Notifications
You must be signed in to change notification settings - Fork 43
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
Issue running Docker command on MacOS #52
Comments
It pretty easy to fix this. Firstly make sure that you have the Experimental "Virtualization Framework" enabled. If it outputs: Then use the "--platform linux/amd64" argument on the original command. This should look something like this: Done. |
@Epgenix You're a genius! |
Hi there,
I think this is an issue with the repo but I could be wrong.
Here's what I am running:
docker run --rm ghcr.io/georift/install-jellyfin-tizen 10.2.1.6
Here is the error in response:
Unable to find image 'ghcr.io/georift/install-jellyfin-tizen:latest' locally latest: Pulling from georift/install-jellyfin-tizen docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
Any assistance or guidance would be deeply appreciated <3
The text was updated successfully, but these errors were encountered: