Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 525 Bytes

Pull_an_image_from_a_registry.md

File metadata and controls

13 lines (8 loc) · 525 Bytes

Pull an image from a registry

Official Docker Documentation

docker pull

  • --all-tags , -a : Download all tagged images in the repository
  • --disable-content-trust true : Skip image verification
  • --platform : Set platform if server is multi-platform capable

Pull from a private/different registry

docker pull myregistry.local:5000/testing/test-image