docs/content/language/java/_index.md

1.1 KiB
Raw Blame History

title keywords description toc_min toc_max
Java language-specific guide java, getting started Containerize Java apps using Docker 1 2

The Java getting started guide teaches you how to create a containerized Spring Boot application using Docker. In this module, youll learn how to:

  • Clone and run a Spring Boot application with Maven
  • Create a new Dockerfile which contains instructions required to build a Java image
  • Run the newly built image as a container
  • Set up a local development environment to connect a database to the container
  • Use Docker Compose to run the Spring Boot application
  • Configure a CI/CD pipeline for your application using GitHub Actions
  • Deploy your containerized application locally to Kubernetes to test and debug your deployment

After completing the Java getting started modules, you should be able to containerize your own Java application based on the examples and instructions provided in this guide.

Get started building your first Java image.

{{< button text="Build your first Java image" url="build-images.md" >}}