X-11 support into a running Docker container can be problematic - and many of the guides do not explain it very well. Make a folder and make a file inside it named 'Dockerfile'Inside your Dockerfile put:FROM ubuntu:latest ENV RED='\e[1;33m' ENV CLR='\e[0m'