January 2018
Intermediate to advanced
300 pages
6h 54m
English
The term has already been mentioned several times, so it is time to ask: what is a container? There is a simple answer, a container in our mind is an instance of a Docker image. A Docker image is an ordered collection of root filesystem changes and the corresponding execution parameters.
When you scale your Azure Container Service, you typically run multiple containers from the same image.
A container is defined not only by a Docker image, but also by the following components:
Containers take up ...
Read now
Unlock full access