Skip to content

wmiyake/java-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

java-hello-world

A ReallySimple(TM) standalone Java application which says "Hello world!". It also comes with a Dockerfile which builds a container image, based on the openjdk image on DockerHub

To build:

javac HelloWorld.java

To build a container:

docker build -t java-hello-world .

To run it:

docker run java-hello-world

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published