idoall/ubuntu16.04-jdk
This repository contains the sources for the following docker base images:
A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!
# Pull image
git clone https://github.com/idoall/docker.git
cd ubuntu16.04-jdk/10
# hack hack hack
# Build
docker build -t idoall/ubuntu16.04-jdk:10 .
# view version
docker run -it --name=idoall_jdk --rm idoall/ubuntu16.04-jdk:10 java -version
# Run
docker run -d --name=idoall_jdk idoall/ubuntu16.04-jdk:10
# access the contain
docker exec -it idoall_jdk /bin/bash
docker pull idoall/ubuntu16.04-jdk