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