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
i tryed with this but not working
docker run -e WAYLAND_DISPLAY=wayland-0 \ -e XDG_RUNTIME_DIR=/run/user/1000 \ -v /run/user/1000/wayland-0:/run/user/1000/wayland-0 \ -v /run/user/1000:/run/user/1000 \ --device /dev/dri \ -it alex5402/endeavouros bash
The text was updated successfully, but these errors were encountered:
Look at /etc/profile.d/distrobox_profile.sh in the container, which is generated during distrobox-init.
/etc/profile.d/distrobox_profile.sh
distrobox-init
Sorry, something went wrong.
No branches or pull requests
I just want to know how the distrobox is passing the host's display server into the docker can anyone help me 🙂
i tryed with this but not working
docker run -e WAYLAND_DISPLAY=wayland-0 \ -e XDG_RUNTIME_DIR=/run/user/1000 \ -v /run/user/1000/wayland-0:/run/user/1000/wayland-0 \ -v /run/user/1000:/run/user/1000 \ --device /dev/dri \ -it alex5402/endeavouros bash
The text was updated successfully, but these errors were encountered: