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
Hi - I followed the instructions for pulling the public docker image and when running the following from the documentation:
└─$ sudo docker run --platform -e DISPLAY=$DISPLAY -e QT_X11_NO_MITSHM=1 --net=host gosecure/pyrdp pyrdp-player.py
I get the following:
exec /opt/venv/bin/pyrdp-player.py: no such file or directory
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
You are trying to run this on an M1 running Linux (not macOS), correct?
Did you try both the linux/amd64 and linux/arm64?
linux/amd64
linux/arm64
See: https://dev.to/docker/choosing-the-right-docker-image-for-your-apple-m1-pro-440l
Sorry, something went wrong.
No branches or pull requests
Hi - I followed the instructions for pulling the public docker image and when running the following from the documentation:
└─$ sudo docker run --platform -e DISPLAY=$DISPLAY -e QT_X11_NO_MITSHM=1 --net=host gosecure/pyrdp pyrdp-player.py
I get the following:
exec /opt/venv/bin/pyrdp-player.py: no such file or directory
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: