A Ubuntu image with Python3, JDK21 and XeLaTeX pre-installed. It is used for conducting experiment.
docker build -t hdjay2013/ubuntu2404 .
docker run -d -p 2222:22 -v ubuntu:/root --name ubuntu hdjay2013/ubuntu2404 sleep infinity
docker exec -it ubuntu /bin/bash
service ssh start
ssh root@localhost -p 2222