2020-11-04 18:03:35 +08:00
..
2017-07-17 11:12:42 +08:00
2019-08-31 22:57:43 +08:00
2019-09-01 15:03:32 +08:00
2019-01-06 10:15:13 +08:00
2020-11-04 18:03:35 +08:00
2019-04-29 09:29:46 +08:00
2020-10-28 13:18:34 +08:00
2020-10-28 10:13:00 +08:00
2019-06-28 10:04:57 +08:00

Use Docker Images

As we have introduced before, image is one of the 3 major components of Docker.

Upon running docker container, it can run local image or if the image is not locally available, it will download from a registry.

In this chapter we will introduce more about image, including

  • Pull images from registry

  • Manage local images

  • The mechanisms and implementaion of images