startx
A front-end to xinit that provides a nice user interface for running a single session of the X Window System. More information: <https://x.org/releases/X11R7.5/doc/man/man1/startx.1.html>.
RUN apt-get update && \
apt-get install -y xinit
RUN apt-get update && \
apt-get install -y xinit
RUN apk add xinit
RUN pacman -S --noconfirm xorg-xinit
RUN apt-get update && \
apt-get install -y xinit
RUN yum install -y xorg-x11-xinit
RUN dnf install -y xorg-x11-xinit
RUN apt-get update && \
apt-get install -y xinit