docker pull | Docker Documentation
https://docs.docker.com/engine/reference/commandline/pullExamples Pull an image from Docker Hub. To download a particular image, or set of images (i.e., a repository), use docker pull.If no tag is provided, Docker Engine uses the :latest tag as a default. This command pulls the debian:latest image: $ docker pull debian Using default tag: latest latest: Pulling from library/debian fdd5d7827f33: Pull complete a3ed95caeb02: Pull complete Digest: …
Hướng dẫn docker toàn tập - VSUDO Blog
vsudo.net › blog › docker-toan-tapDownload docker image. Bạn dùng lệnh docker pull để download bất kỳ image từ docker hub. Ví dụ để download image centOS phiên bản mới nhất từ docker hub về máy local và tạo container. docker pull centos. Xóa docker image. Ta dùng lệnh docker rmi để xóa bất kỳ docker image từ hệ thống local ...