InterviewSolution
| 1. |
What Is A Docker In Cloud? |
|
Answer» A NODE is an individual Linux host USED to deploy and RUN your applications. DOCKER Cloud does not provide hosting services, so all of your applications, services, and containers run on your own hosts. Your hosts can come from several different sources, including physical servers, virtual machines or cloud providers. A node is an individual Linux host used to deploy and run your applications. Docker Cloud does not provide hosting services, so all of your applications, services, and containers run on your own hosts. Your hosts can come from several different sources, including physical servers, virtual machines or cloud providers. |
|