docker_practice/image
Dorsey.Xu aa431b9a79 update image/list.md 2020-11-04 18:03:35 +08:00
..
_images refactor: image not found 2017-07-17 11:12:42 +08:00
demo Add BuildKit and docker manifest command. close #390 ,close #391 2019-03-29 12:02:18 +08:00
dockerfile Fix format and update outdate content 2019-03-08 12:21:07 +08:00
multistage-builds Use aliyun compose mirrors 2019-08-14 21:50:30 +08:00
README.md translage image/README.md 2020-10-28 10:13:00 +08:00
build.md [etcd] Update to v3.4.x 2019-08-31 22:57:43 +08:00
buildkit.md Add BuildKit and docker manifest command. close #390 ,close #391 2019-03-29 12:02:18 +08:00
commit.md Update Docker Desktop name 2019-09-01 15:03:32 +08:00
internal.md Replace http with https 2019-01-06 10:15:13 +08:00
list.md update image/list.md 2020-11-04 18:03:35 +08:00
manifest.md Add BuildKit and docker manifest command. close #390 ,close #391 2019-03-29 12:02:18 +08:00
other.md ubuntu 14.04,debian 7 and 8 EOL 2019-04-29 09:29:46 +08:00
pull.md translate image/pull.md 2020-10-28 13:18:34 +08:00
rm.md - Fix issue #408: Fix typos. 2019-06-28 10:04:57 +08:00

README.md

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