Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 450 Bytes

iKOS docker image

iKOS docker image based on Ubuntu 18.04 and Oracle Java.

Build

Download the specific Java installation file suggested by VIC (currently jre-8u212-linux-x64.tar.gz) and place it into the directory with Dockerfile. Then build the image.

docker build -t kos .

Run

./run.sh

NOTE

This link might be useful.