March 2017
Beginner to intermediate
925 pages
18h 11m
English
In this chapter, we will cover the following recipes:
In the previous chapters, we learned different commands to manage images, containers, and so on. Though we run all the commands through the command line, the communication between the Docker client (CLI) and the Docker daemon happens through APIs, which are called Docker daemon remote APIs.
Docker also provides APIs to communicate with Docker Hub and Docker registry, which the Docker client uses as well. In addition to these ...
Read now
Unlock full access