docker pull : Pull or update a specified image from the image repository OPTIONS description: -a : Pull all tagged images –disable-content-trust : Ignore the check of the image and turn it on by default Download the latest java image from Docker Hub. Download all images whose REPOSITORY is java from Docker Hub. 2.50.1. Grammar ¶
docker pull [OPTIONS] NAME[:TAG|@DIGEST]
2.50.2. Example ¶
docker pull java
docker pull -a java