Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Docker by (55.6k points)
recategorized by
Can anyone tell me the benefit of using Docker?

1 Answer

0 votes
by (119k points)

Docker is used for packing and shipping the programs to another computing environment using containers making easier to create, deploy and run applications.

It helps another person to need not replicate the same environment as the environment in which the application is developed by the developer.

For example, a developer has developed a web application using PHP in a particular OS and used particular libraries and dependencies to integrate with SQL. When the developer sends it for testing, a tester has to replicate the environment using the same version of PHP and the same libraries, and same dependencies. It is not that easy to replicate the same environment without face problems any issues. We can also use Vms but using Docker is better because of its light-weight and more efficient.

If you want to learn Docker then check out this Docker Training by Intellipaat that provides instructor-led training, hands-on projects, and certification.

Also, watch this video on Docker to get started:

Related questions

0 votes
1 answer
asked Sep 9, 2020 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)

Browse Categories

...