We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to execute
docker run \ --privileged \ -ti \ --rm \ -v $HOME/.ssh/authorized_keys:/authorized_keys:ro \ -p 49158:22 \ -v ~/docker-data/wine:/home/docker/wine/ \ yantis/wine
returns only the following error: /bin/sh: /init: /usr/bin/execlineb: bad interpreter: No such file or directory
/bin/sh: /init: /usr/bin/execlineb: bad interpreter: No such file or directory
The problem appears to be in this specific docker since in yantis/virtualgl the same issue does not appear.
I've tried to rebuild the image on my own but the command
RUN pacman -Syyu --noconfirm
fails.
The text was updated successfully, but these errors were encountered:
ok, the reason is that some of the images are stale. Rebuilding the whole thing solves the issue.
Sorry, something went wrong.
No branches or pull requests
Trying to execute
returns only the following error:
/bin/sh: /init: /usr/bin/execlineb: bad interpreter: No such file or directory
The problem appears to be in this specific docker since in yantis/virtualgl the same issue does not appear.
I've tried to rebuild the image on my own but the command
fails.
The text was updated successfully, but these errors were encountered: