30
loading...
This website collects cookies to deliver better user experience
FROM centos
COPY zoom* /
RUN yum -y localinstall zoom_x86_64.rpm
CMD ["/usr/bin/zoom"]
docker build /root/Documents/docker/ -t zoom:V1
In my case location is this, in your case it should be difference.xhost +
currently this server is enable but you have to disable for clients can connect from any host to display GUI program.sudo docker run -it --rm -e --net=host --env="DISPLAY" -v /temp./X11-unix:/tmp/.X11-unix --net=host zoom:test