Back

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

What is the purpose of Docker?

1 Answer

0 votes
by (106k points)
edited by

The purpose of Docker is a to deploys VM-like containers that shares system level resources to allow easy deploy and multi-tenancy, docker is very light-weight application engine. Docker provides you network and process space which is its own, it also provides you a layered union mount file system. Docker is written in Go language. To learn Docker you can go through the following Docker Training Course.

There are three main components of Docker which are as follows:

  • Docker client,

  • Docker daemon or server (REST API)

  • Docker containers.

If you like reading then you can have a look at the Docker tutorial and in order to learn Docker free of cost you can watch the following video tutorial 

Browse Categories

...