-
-
Notifications
You must be signed in to change notification settings - Fork 541
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 can I connect linux container using neko.? #325
Comments
Sorry i don't know what you want to acheive. If you decided to not use containers, you should as well install xfce natively without container. It would be quite difficult to connect native neko installion with container environment. |
@m1k1o I used go delve to debug in the container environment, but it doesn't work. |
Oh okay. Got you. I personally do it inside VM (ubuntu gnome) and connect to the X server that i have there to debug. Because xfce neko container already contains neko instance, you cannot use that if you want to use your own local. If you have already running (development) X server you can just natively start xfce with defined |
thanks for the answer. |
I build up neko on my Ubuntu machine without containers. (native)
and make xfce docker container and run it.
For streaming, how can I connect running xfce container using neko.?
The text was updated successfully, but these errors were encountered: