Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 338 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 338 Bytes

dockerfiles-fedora-java

Fedora dockerfile for java development

Get Docker version

# docker version

To build:

Copy the sources down and do the build

# docker build --rm -t <username>/fedora_java .

Run or verify the image

# docker run -it --rm <username>/fedora_java java -version