Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in DevOps and Agile by (55.6k points)

Can anyone tell me what is the use of Docker in DevOps?

1 Answer

0 votes
by (119k points)

Docker uses containers in packing and shipping the code, libraries, and its other dependencies to make that application work in another computing environment also.

Docker makes the developers and operations guy work easy. Whenever a developer sents an application or software to the operations guy for testing. For testing, the operations guy has to use the programming language of the same version, the same libraries in a particular OS which the developer used. Instead of this, DevOps can use Docker to pack the code and its dependencies to send Operations team.    

In case you are interested to learn more about Docker, I would suggest you enroll in this Docker Training Course by Intellipaat.

Also, check out this video for more information:

Browse Categories

...