How Pull Command works in Docker with Examples? - EDUCBA
https://www.educba.com/docker-pulldocker pull [OPTIONS] NAME[:TAG|@DIGEST] Options: –all-tags, -a: It is used to download all images with different tags in that repository. –disable-content-trust: It will skip image verification before pulling it. –platform: It is used to set platform. –quiet, -q: It is used to pull images silently (no verbose). –help: It helps us to know more about the command if we forget.