Install Docker
Download build from Docker Hub Registry: docker pull dluc/ubuntu-java-sshd
docker run -d --name ujs dluc/ubuntu-java-sshd
ssh root@$(docker inspect -f '{{.NetworkSettings.IPAddress}}' ujs)
The default password for root is 'root'
Note: Java provided by Oracle To use the image, you must accept the Oracle Binary Code License Agreement for Java SE.
No tags have been pushed to this repository yet.