Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 407 Bytes

ACSE Java Docker example

This contains a simple Java hello world example and a Dockerfile for compiling the Java code and creating a Docker image for running it. We use multi-stage build to only include necessary files in the final image.

To build:

$ docker build -t wwupi/acse-java .

To run:

$ docker run --rm wwupi/acse-java