dluc / docker-ubuntu-java-sshd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Shell 100.0%