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

Unable to init server: Could not connect: Connection refused #1

Open
HoussemeddineSalem opened this issue Jul 12, 2023 · 1 comment

Comments

@HoussemeddineSalem
Copy link

Hi there,

I've followed the documentation carefully, but when I attempt to run the container using the command docker run -it --rm talend-studio-docker:latest, I encounter the following error message:

Unable to init server: Could not connect: Connection refused
TOS_DI-linux-gtk-x86_64: Cannot open display

I would appreciate it if you could provide some guidance on how to resolve this error. Thank you in advance for your assistance!

@kbakdev
Copy link
Owner

kbakdev commented Jul 12, 2023

Hi @HoussemeddineSalem, try this command instead, it should resolve your problem

docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix talend-studio-docker:latest

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

No branches or pull requests

2 participants