August 2018
Intermediate to advanced
352 pages
12h 30m
English
In this recipe, we used three Docker engine APIs to successfully launch a container. In the backend, the Docker engine received the API calls from the client, and on behalf of the client it created the container for the /container/create API call, then blocked the HTTP stream for the /containers/attach API call, and finally ran the ls command inside the container's namespace for the /containers/start API call.
Read now
Unlock full access