Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasu10134/spring-docker-play
This repository showcases how to containerize a Spring Boot application with Docker. It provides the necessary Dockerfile and configurations for building and running the app in a Docker container. The goal is to simplify deployment and management of Java-based applications in isolated environments.
https://github.com/vasu10134/spring-docker-play
docker docker-image springboot
Last synced: 26 days ago
JSON representation
This repository showcases how to containerize a Spring Boot application with Docker. It provides the necessary Dockerfile and configurations for building and running the app in a Docker container. The goal is to simplify deployment and management of Java-based applications in isolated environments.
- Host: GitHub
- URL: https://github.com/vasu10134/spring-docker-play
- Owner: Vasu10134
- License: mit
- Created: 2024-12-22T06:23:20.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-22T16:29:23.000Z (about 1 month ago)
- Last Synced: 2024-12-22T17:25:16.702Z (about 1 month ago)
- Topics: docker, docker-image, springboot
- Language: Java
- Homepage: https://github.com/Vasu10134/spring-docker-play
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-docker-play 🚀
This project demonstrates how to containerize a Spring Boot application using Docker. It simplifies the deployment and management of Java applications in isolated environments.
## 🔧 Technologies Used:
- **Spring Boot**: A Java framework for building web applications.
- **Docker**: Containerization tool to package applications into isolated containers.
- **Maven**: Build automation tool for Java projects.## ⚙️ What We Do:
- Create a Spring Boot app
- Write a Dockerfile to containerize the app
- Build and run the application in a Docker container## 📦 Getting Started:
1. Clone the repository
2. Build the Docker image: `docker build -t spring-boot-app .`
3. Run the container: `docker run spring-boot-app`Happy coding! 😎