Skip to content

Can't start the in SSH only mode #2

@stesix

Description

@stesix

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions