InterviewSolution
Saved Bookmarks
| 1. |
What Is A Docker? |
|
Answer» DOCKER container is an open source software DEVELOPMENT platform. Its main BENEFIT is to package applications in “containers,” ALLOWING them to be portable AMONG any system running the Linux operating system (OS). Docker container is an open source software development platform. Its main benefit is to package applications in “containers,” allowing them to be portable among any system running the Linux operating system (OS). |
|