Sign inSign up

retroandre/java-helloworld

By retroandre

Updated almost 2 years ago

This is a Hello World in Java using SpringBoot

Image
Languages & frameworks
0

261

retroandre/java-helloworld repository overview

Hello World in Java

About The Project

This Docker image provides a minimal "Hello World" server built with Java and SpringBoot. It's a quick and easy way to spin up a basic HTTP server, ideal for testing Docker setups, learning container basics, or using as a foundation for more complex SpringBoot applications.

Features

  • Lightweight architecture: Built with Spring Boot, leveraging an embedded server (Tomcat), making it easy to run and deploy in any environment.
  • Simple HTTP Server: Responds with "Hello World" on the root route.
  • Easy deployment: Compatible with popular deployment platforms such as Heroku, AWS, Azure, and Google Cloud, enabling quick deployment.

Usage

To run this container, simply use the following command:

Docker Pull
  docker pull retroandre/java-helloworld:latest
Docker Run
  docker run -p 8080:8080 retroandre/java-helloworld:latest

Contributing

I would like you to contribute to this project. Whether it's fixing a bug, adding a new feature or improving the documentation, your help is always welcome. Please email me at [email protected] with all the details for improvement.

Tag summary

Content type

Image

Digest

sha256:12f96d0a5

Size

159.6 MB

Last updated

almost 2 years ago

docker pull retroandre/java-helloworld