Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 588 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 588 Bytes

Docker Alpine Oracle JDK for ARM

author: Tobias Schoch

Overview

A alpine image for arm with oracle jvm v8

Change-Log

1.0.0
  • fix build script
  • removed redundante docker- from image name
0.0.1
  • initial version

Installation / Usage

clone the repo:

git clone [email protected]:toschoch/docker-alpine-oracle-jdk-arm.git

build the docker image

docker build . -t alpine-oracle-jdk-arm

Example

run a container of the image

docker run -v ... -p ... alpine-oracle-jdk-arm