Use cases of docker with an example.

858    Asked by JanetteWhite in Devops , Asked on Nov 28, 2019
Answered by Janette White

Docker has various applications, it can be used to host production websites/applications/Database etc. and in result they use very less system resources.

Also, their wide use case is actually at the time of testing application/website.

For eg- Let’s say you have to test SSL functionality of apache, instead of using virtualization and installing guest OS once can simply install docker and launch apache app as a service within one of the containers and check for SSL configurations.



Your Answer

Interviews

Parent Categories