Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 342 Bytes

File metadata and controls

21 lines (18 loc) · 342 Bytes

Java 8 (1.8.0_111)

based on Ubuntu 18.04 (Bionic Beaver)


Pull from Docker Hub

docker pull rahulcv/java:latest

Build from GitHub

docker build -t rahulcv/java github.com/rahulcv/docker-java

Run image

docker run -it rahulcv/java bash

Use as base image

FROM rahulcv/java:latest