special docker container run gui application
allow xhost
run container
bashsudo docker run -it --name gui_ubuntu --net=host -e DISPLAY -v /tmp/.X11-unix ubuntu:18.04 bash
apt update
apt install -y xauth
run gui application
bashapt install -y firefox
firefox