Java Spring Boot & Microservices Interview Questions|Q38.What is the use of docker in microservices?

preview_player
Показать описание
Q38. What is the use of docker in microservices?

Docker generally provides a container environment, in which any application can be hosted. This is accomplished by tightly packaging both the application and the dependencies required to support it. These packaged products are referred as Docker Containers. Docker allows you to containerize your microservices and manage these microservices more easily.
Рекомендации по теме