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

Getting error while running ./docker-wine #162

Open
malay44 opened this issue Sep 28, 2023 · 5 comments
Open

Getting error while running ./docker-wine #162

malay44 opened this issue Sep 28, 2023 · 5 comments

Comments

@malay44
Copy link

malay44 commented Sep 28, 2023

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

@Myzel394
Copy link

Did you find a solution / workaround?

@malay44
Copy link
Author

malay44 commented Apr 26, 2024

Nope

@asmaier
Copy link

asmaier commented Jul 5, 2024

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

@sahiwl
Copy link

sahiwl commented Nov 14, 2024

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

facing the same issue, did yall find a solution for it?

@geraldombuthia
Copy link

Seems the solution is to docker pull scotthardy/docker-wine from the docker repository

sudo may not be necessary
sudo docker pull scottyhardy/docker-wine

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

5 participants