InterviewSolution
| 1. |
Why Do We Use Docker? |
|
Answer» Docker provides this same capability WITHOUT the overhead of a virtual machine. It LETS you put your environment and CONFIGURATION into code and deploy it. The same Docker configuration can also be used in a variety of environments. This decouples infrastructure requirements from the APPLICATION environment. Docker provides this same capability without the overhead of a virtual machine. It lets you put your environment and configuration into code and deploy it. The same Docker configuration can also be used in a variety of environments. This decouples infrastructure requirements from the application environment. |
|