Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Docker by (55.6k points)
recategorized by
Can anyone explain the Docker engine?

1 Answer

0 votes
by (119k points)

Docker Engine is an open-source containerization software for building and containerizing your applications. Docker Engine acts as a client-server application with:

  • A server with a long-running daemon process
  • APIs which specify interfaces that programs can use to interact and instruct the Docker daemon.
  • A command-line interface (CLI) client docker.

The CLI (command-line interface) uses Docker APIs to interact with the Docker daemon using either scripting or direct CLI commands. Many other Docker applications use the underlying API (application program interface) and CLI (command-line interface). The daemon creates and controls Docker objects – images, containers, networks, and volumes.

If you are interested to learn Docker from Industry experts then check out this Docker Training Online course by Intellipaat provides Instructor-led training, hands-on projects, and certification.

Also, watch this video on Docker:

Related questions

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)
0 votes
1 answer
asked Dec 11, 2020 in Docker by Amyra (12.9k points)

Browse Categories

...