Full Stack Developer (Java) Question:
Download Job Interview Questions and Answers PDF
Do you know a use case for Docker?
Answer:
☛ Docker a low overhead way to run virtual machines on your local box or in the cloud. Although they're not strictly distinct machines, nor do they need to boot an OS, they give you many of those benefits.
☛ Docker can encapsulate legacy applications, allowing you to deploy them to servers that might not otherwise be easy to setup with older packages & software versions.
☛ Docker can be used to build test boxes, during your deploy process to facilitate continuous integration testing.
☛ Docker can be used to provision boxes in the cloud, and with swarm you can orchestrate clusters too.
☛ Docker can encapsulate legacy applications, allowing you to deploy them to servers that might not otherwise be easy to setup with older packages & software versions.
☛ Docker can be used to build test boxes, during your deploy process to facilitate continuous integration testing.
☛ Docker can be used to provision boxes in the cloud, and with swarm you can orchestrate clusters too.
Download Full Stack Developer (Java) Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what's your favorite language, and why? | Tell me what is the purpose of each of the HTTP request types when used with a RESTful web service? |