https://github.com/felipecruz91/optimizing-dockerfile
Optimizing a Dockerfile for a Java Springboot web app
https://github.com/felipecruz91/optimizing-dockerfile
docker dockerfile
Last synced: about 1 month ago
JSON representation
Optimizing a Dockerfile for a Java Springboot web app
- Host: GitHub
- URL: https://github.com/felipecruz91/optimizing-dockerfile
- Owner: felipecruz91
- License: mit
- Created: 2020-01-12T10:06:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T07:47:27.000Z (over 6 years ago)
- Last Synced: 2025-03-20T02:47:32.065Z (over 1 year ago)
- Topics: docker, dockerfile
- Language: Dockerfile
- Homepage:
- Size: 9.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# optimizing-dockerfile
## Goals
- Minimize image size, build time and number of layers.
- Maximize build cache usage and Dockerfile readability.