Dockerized Oracle Linux
with Oracle JDK
.
Automated builds of the image are available at: huhgawz/oraclelinux-oraclejdk
This is the recommended installation method:
$ docker pull huhgawz/oraclelinux-oraclejdk
Alternatively you can build the image locally:
$ git clone https://github.com/huhgawz/docker-oraclelinux-oraclejdk.git
$ cd docker-oraclelinux-oraclejdk
$ docker build --tag=$USER/oraclelinux-oraclejdk .