8000 GitHub - jamesward/comparing-docker-methods at jib
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamesward/comparing-docker-methods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Java Maven

Run Locally (with Java 8+ installed):

./mvnw compile exec:java

Build Docker Container:

./mvnw compile jib:dockerBuild -Dimage=comparing-docker-methods:jib

Run Locally with Docker:

docker run -it -ePORT=8080 -p8080:8080 comparing-docker-methods:jib

Run on Cloud Run (with two clicks):

Run on Google Cloud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0