Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 211 Bytes

File metadata and controls

10 lines (7 loc) · 211 Bytes

container_java_app

Basic Java app running in a container.

To build: docker build -t .

docker build -t my-app .

The result should be a container image that you can run with docker run