Skip to content

Latest commit

 

History

History

S2I

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Multi-stage build for a Java App

Build the Docker image

docker build -t s2i .

Run the Docker image

docker run -t --rm s2i