Saved Bookmarks
| 1. |
What are some of the uses of Docker? |
|
Answer» One of the thorniest problems in software development is dealing with the different environments across different machines and platforms. USING Docker, you can isolate your applications from your infrastructure, which is crucial to delivering software quickly. DEVELOPERS can package and run their applications into containers, executable components that have all the OS (Operating SYSTEM) libraries and dependencies needed to run the application in any environment. It does not matter what is installed on the host—containers are lightweight and include everything needed to run applications.
|
|