Skip to content

maynk/hello-world-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Cloud Native Application

This sample demonstrates a cloud native application that is built with multiple containerized microservice tiers, multiple languages/technology stacks (polyglot), and leverages third party services.

How to build the Application

  1. Naviage to the dropwizard-example directory.
  2. Build the jar with commmand: mvn clean install
  3. Build the container with command: docker build -t dropwizard-example .
  4. You can run the container locally with command: docker run -d -p 8080:8080 -p 8081:8081 dropwizard-example:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages