August 2017
Intermediate to advanced
332 pages
9h 16m
English
Let's look at a diagram that presents the Docker Engine architecture:

Docker Engine consists of three components:
Installing Docker Engine means installing all the components so that the Docker daemon runs on our computer all the time as a service. In the case of the hello-world example, we used the Docker client to interact with the Docker daemon; however, we could do exactly the same using REST API. Also, in the case of the hello-world example, we connected to the local Docker daemon; however, we could use the same ...
Read now
Unlock full access