Skip to content

DongjieHe/jupx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

jupx

A Ubuntu image with Python3, JDK21 and XeLaTeX pre-installed. It is used for conducting experiment.

Buid a docker image

docker build -t hdjay2013/ubuntu2404 .

Run a container

docker run -d -p 2222:22 -v ubuntu:/root --name ubuntu hdjay2013/ubuntu2404 sleep infinity

Start ssh service

docker exec -it ubuntu /bin/bash
service ssh start

Login with SSH

ssh root@localhost -p 2222

About

A Ubuntu image with Python3, JDK8 and XeLaTeX pre-installed. It is used for conducting experiment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors