-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
Describe the bug
after completing all the previous installation steps got an error like this
~ π 5GiB/8GiB | 1GiB/2GiB
π 15:22:43 β― ./docker-wine
latest: Pulling from scottyhardy/docker-wine
no matching manifest for linux/arm64/v8 in the manifest list entries
Unable to find image 'scottyhardy/docker-wine:latest' locally
latest: Pulling from scottyhardy/docker-wine
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See 'docker run --help'.
To Reproduce
Steps to reproduce the behavior:
curl -O https://raw.githubusercontent.com/scottyhardy/docker-wine/master/docker-wine
chmod +x docker-wine
./docker-wine
Expected behavior
latest: Pulling from scottyhardy/docker-wine
no matching manifest for linux/arm64/v8 in the manifest list entries
Unable to find image 'scottyhardy/docker-wine:latest' locally
latest: Pulling from scottyhardy/docker-wine
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See 'docker run --help'.
Desktop (please complete the following information):
- OS: macOS 14.0
Additional context
i solved the problem by doing docker pull --platform linux/x86_64/v8 scottyhardy/docker-wine
Metadata
Metadata
Assignees
Labels
No labels