An open API service indexing awesome lists of open source software.

https://github.com/sakibvhossain/docker_practice


https://github.com/sakibvhossain/docker_practice

Last synced: 3 months ago
JSON representation

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.
![Why docker](https://github.com/SakibvHossain/Docker_Practice/assets/92059000/4e27e4e6-01d7-45e0-9bcc-609590149600)

### Docker Architecture
![architecture](https://github.com/SakibvHossain/Docker_Practice/assets/92059000/f93e3065-f9db-4073-9e51-95f34aef6112)