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

Question: Using Viewer From Different Host (Client/Viewer) #524

Open
alidehghan opened this issue Feb 17, 2024 · 1 comment
Open

Question: Using Viewer From Different Host (Client/Viewer) #524

alidehghan opened this issue Feb 17, 2024 · 1 comment
Labels

Comments

@alidehghan
Copy link

First of all, I should thank you all people creating such incredible thing.

I looked almost all the web and tried different solutions (spice, xspice, vnc, etc.) to find a solution to isolate browsers within docker, What I want is to run browser (or any gui application) inside docker container, but client view it through remote viewer clients. All samples in your wikis opens client in host, but I want to publish a port and send the stream outside the host (for example internet). Is that possible?

@alidehghan alidehghan changed the title Question: Using Html5 Viewer Question: Using Viewer From Different Host (Client/Viewer) Feb 17, 2024
@mviereck
Copy link
Owner

mviereck commented Apr 6, 2024

Essentially you already found the answer yourself: run a VNC viewer in the container.

x11docker has no VNC option.
You can make use of other x11docker features, though, if you run x11docker with --tty so it runs no X server itself. You still have to care for the VNC server yourself.

An xpra setup in container might be better than VNC.

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

No branches or pull requests

2 participants