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

Can't start the in SSH only mode #2

Open
stesix opened this issue Jun 28, 2017 · 1 comment
Open

Can't start the in SSH only mode #2

stesix opened this issue Jun 28, 2017 · 1 comment

Comments

@stesix
Copy link

stesix commented Jun 28, 2017

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

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.

@stesix
Copy link
Author

stesix commented Jun 28, 2017

ok, the reason is that some of the images are stale. Rebuilding the whole thing solves the issue.

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

1 participant