2020-10-28 02:13:00 +00:00
|
|
|
# Use Docker Images
|
2014-09-05 07:50:31 +00:00
|
|
|
|
2020-10-28 02:13:00 +00:00
|
|
|
As we have introduced before, `image` is one of the 3 major components of Docker.
|
2014-09-05 07:50:31 +00:00
|
|
|
|
2020-10-28 02:13:00 +00:00
|
|
|
Upon running docker container, it can run local image or if the image is not locally available, it will download from a registry.
|
2014-09-05 07:50:31 +00:00
|
|
|
|
2020-10-28 02:13:00 +00:00
|
|
|
In this chapter we will introduce more about `image`, including
|
2017-12-03 02:27:05 +00:00
|
|
|
|
2020-10-28 02:13:00 +00:00
|
|
|
* Pull images from registry
|
2017-12-03 02:27:05 +00:00
|
|
|
|
2020-10-28 02:13:00 +00:00
|
|
|
* Manage local images
|
2017-12-03 02:27:05 +00:00
|
|
|
|
2020-10-28 02:13:00 +00:00
|
|
|
* The mechanisms and implementaion of images
|