docker-wine icon indicating copy to clipboard operation
docker-wine copied to clipboard

Getting error while running `./docker-wine`

Open malay44 opened this issue 2 years ago • 5 comments

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:

  1. curl -O https://raw.githubusercontent.com/scottyhardy/docker-wine/master/docker-wine
  2. chmod +x docker-wine
  3. ./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'.

Screenshots Screenshot 2023-09-28 at 3 31 33 PM

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

malay44 avatar Sep 28 '23 10:09 malay44

Did you find a solution / workaround?

Myzel394 avatar Apr 25 '24 14:04 Myzel394

Nope

malay44 avatar Apr 26 '24 09:04 malay44

Try ./docker-wine --arm64 --xvfb wine notepad.

asmaier avatar Jul 05 '24 09:07 asmaier