Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Docker by (55.6k points)
recategorized by
I am new to Docker. What exactly is Docker Container and what does it do?

1 Answer

0 votes
by (119k points)

Docker Container is software that packs up all the code, system tools, libraries, and its other dependencies to run in different computing environment also. Docker containers run on a docker engine to provides portability, efficiency, and security for applications.

Docker Container can support Linux, Windows, Cloud and Serverless applications also. Docker Containers function different from Virtual machines but have used for resource allocation and isolation. Multiple Docker containers can share the same OS kernel but each virtual machine needs a separate Operating system kernel. This makes Docker container light-weight and works faster compared to VMs.

If you are interested to learn more about Docker, you can enroll in the Docker Training Course by Intellipaat.

You can know more about Docker and Docker container from this video:

Related questions

0 votes
1 answer
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

Browse Categories

...