Skip to content

wwu-pi/acse-docker-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple example for a Java Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published