April 2017
Intermediate to advanced
564 pages
24h 7m
English
Docker Engine is the core application that is deployed on the operating system, which becomes a host for the Docker containers. It is a client-server application which has a server (which is a background-running process called as a daemon process); a REST API exposing the interface (which programs can use to talk to the daemon); and a Command Line Interface (CLI) client. Most of the things that you would need to do with installing, configuring, and using containers on a container host are achieved via the Docker Eengine:

Docker Engine has two editions, which are available for desktops, ...
Read now
Unlock full access