I tried to display an X11 application started in Podman on MacOS.
On the XQuartz I enabled ‘Allow connection to network clients’
An executed ‘xhost +’.
Currently I use
<code>podman run --user $uid:$gid
--net=host
--env DISPLAY=$DISPLAY
-v /tmp/.X11-unix:/tmp/.X11-unix:rw
-v ~/.Xauthority:/root/.Xauthory:Z
</code>
<code>podman run --user $uid:$gid
--net=host
--env DISPLAY=$DISPLAY
-v /tmp/.X11-unix:/tmp/.X11-unix:rw
-v ~/.Xauthority:/root/.Xauthory:Z
</code>
podman run --user $uid:$gid
--net=host
--env DISPLAY=$DISPLAY
-v /tmp/.X11-unix:/tmp/.X11-unix:rw
-v ~/.Xauthority:/root/.Xauthory:Z
when starting Podman without any luck.
New contributor
HB1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.