https://github.com/sakibvhossain/docker_practice
https://github.com/sakibvhossain/docker_practice
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakibvhossain/docker_practice
- Owner: SakibvHossain
- Created: 2024-03-22T22:54:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T10:30:52.000Z (about 1 year ago)
- Last Synced: 2025-01-13T07:12:12.832Z (5 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker
### What is Docker?
Docker is a tool used to build, deploy & run applications by using containers.### Why Docker?
Suppose you have worked with spring boot application 2.2.4 but when you send your code to others they saying hey! code doesn't working man! In that case we need docker so that anyone can run the project without configuring the project again.
### Docker Architecture
