-
Notifications
You must be signed in to change notification settings - Fork 377
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
Running x11docker as a normal user using --xorg option in a tty launches X11 on the host instead #84
Comments
Hello, I am not sure what you mean. From your log you run x11docker on tty3. It runs an Xorg server and pulls image What exactly did happen, and what did you expect instead? Edit: Has there been an issue with pulling the image? Did a terminal window appear that asks for pulling? Expected behaviour for
|
Ah, I see. I did get weird behavior, but I also think I misunderstood the documentation. I expected the container to pull, the container start up with the TTY passed through, and X11 to start within the container's context. The behavior on my system launched X11 with a config that is present on my host system; it launched Openbox and I had access to start up host programs. |
Yes, that is intended. Some Xorg options are changed on cli, but the base config is automatically used from host.
Add option Some window managers like
That is difficult. Compare attempts in #40.
If you have suggestions where and how to improve documentation, it is quite appreciated! |
I just found that It is fixed now in master branch. You should get a terminal window asking for |
@sparklespdx |
Is this expected behavior? From reading the documentation I thought that running it this way in a tty would spawn a docker container and then bind to the tty.
This is the command I was running:
bash x11docker --gpu --xorg x11docker/xfce
x11docker.log
The text was updated successfully, but these errors were encountered: