iKOS docker image based on Ubuntu 18.04 and Oracle Java.
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.sh
This link might be useful.