Replies: 1 comment
-
X needs a lot of context to work. You need to pass $ podman run -v /tmp/.X11-unix:/tmp/.X11-unix:z -v $HOME/.Xauthority:/root/.Xauthority:z -e DISPLAY balewski/..... You almost certainly do not want You may need And, this is the extent of my help, because I know nothing about Macs. I didn't even know they had X11. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request description
I'd like to be able to use X11 graphics on MacOS while running Ubuntu inside Podman.
This is a demonstrator showing the problem.
I start image as:$(id -u):$ (id -g) balewski/ubu22-xeyes:p1
podman run -it --user
core@dffd00a8735c:/$ xeyes
Error: Can't open display:
core@dffd00a8735c:/$ xterm
xterm: Xt error: Can't open display:
xterm: DISPLAY is not set
The display is not working.
Thanks
Jan
Suggest potential solution
A clear and concise description of what you want to happen.
Have you considered any alternatives?
No response
Additional context
My OS is: Ventura ver 13.6.1
My Podman is podman version 4.7.0
The Dockerfile for the image is:
https://bitbucket.org/balewski/jannersc/src/master/dockerVaria/ubuntu/Dockerfile.ubu22-xeyes
@lastephey
Beta Was this translation helpful? Give feedback.
All reactions