https://github.com/mehmetpekdemir/dockerization-with-fabric8
Dockerization of spring boot application
https://github.com/mehmetpekdemir/dockerization-with-fabric8
Last synced: 7 months ago
JSON representation
Dockerization of spring boot application
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/dockerization-with-fabric8
- Owner: mehmetpekdemir
- Created: 2020-12-15T08:27:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T07:34:12.000Z (almost 5 years ago)
- Last Synced: 2023-03-01T07:32:43.365Z (over 2 years ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dockerization
Dockerization with fabric8 of spring boot application-----------------------
### Requirements
For building and running the application you need:
- [JDK 8](https://www.oracle.com/tr/java/technologies/javase/javase-jdk8-downloads.html)
- [Maven](https://maven.apache.org)
- [Docker](https://www.docker.com/)-----------------------
### Build & Run
- mvn clean install
- docker-compose -f docker-compose.yml up -d
- docker run -p 8081:8081 project_name
-----------------------
### Port
```
application : http://localhost:8081/hello
```