/docker-ubuntu-java-sshd

Docker container definition to deploy Ubuntu with Oracle Java support and SSH enabled

Primary LanguageShell

Installation

  • Install Docker

  • Download build from Docker Hub Registry: docker pull dluc/ubuntu-java-sshd

Usage

docker run -d --name ubuntu-java-sshd dluc/ubuntu-java-sshd

ssh root@$(docker inspect -f '{{ .NetworkSettings.IPAddress }}' ubuntu-java-sshd)

The default password for root is root

License

Note: Java provided by Oracle To use the image, you must accept the Oracle Binary Code License Agreement for Java SE.