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

How distrobox is passing the host's display server into docker ? #1558

Open
ALEX5402 opened this issue Sep 16, 2024 · 1 comment
Open

How distrobox is passing the host's display server into docker ? #1558

ALEX5402 opened this issue Sep 16, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ALEX5402
Copy link

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

@ALEX5402 ALEX5402 added the question Further information is requested label Sep 16, 2024
@softmoth
Copy link

softmoth commented Oct 7, 2024

Look at /etc/profile.d/distrobox_profile.sh in the container, which is generated during distrobox-init.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants