-
Notifications
You must be signed in to change notification settings - Fork 171
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
Comments
Did you find a solution / workaround? |
Nope |
Try |
facing the same issue, did yall find a solution for it? |
Seems the solution is to docker pull scotthardy/docker-wine from the docker repository sudo may not be necessary |
Describe the bug
after completing all the previous installation steps got an error like this
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
Screenshots

Desktop (please complete the following information):
Additional context
i solved the problem by doing
docker pull --platform linux/x86_64/v8 scottyhardy/docker-wine
The text was updated successfully, but these errors were encountered: