Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Docker by (12.9k points)

Can anyone tell me when should you use a Docker container or a virtual machine?

1 Answer

0 votes
by (119k points)

You should use Docker containers for situations when we need to run multiple applications over a single operating system kernel. But, if you have applications or servers that you want to run on different operating system then you should use virtual machines.

If you are looking for an online course to learn Docker, you can enroll in the Docker Training course by Intellipaat.

Also, watch this video on Docker vs VM to understand more:

Related questions

Browse Categories

...