ドッカープルコマンド
必要な画像のDockerハブリポジトリを閲覧することができます.
畝
畝
その他のオプションはDocker検索コマンドを使ってイメージを探すことです.
ドッカーサーチ
例:
The pull command has following options
ubuntu@ip-172-31-1-61:~$ docker pull --help
Usage: docker pull [OPTIONS] NAME[:TAG|@DIGEST]
Pull an image or a repository from a registry
Options:
-a, --all-tags Download all tagged images in the repository
--disable-content-trust Skip image verification (default true)
--platform string Set platform if server is multi-platform capable
-q, --quiet Suppress verbose output
To pull the image, you can use the pull command, the syntax is
docker pull <image:tag>
Example:
畝
今すぐあなたのDockerホストのイメージを確認することができます.
畝
あなたの考えを共有してください.
畝
畝
Reference
この問題について(ドッカープルコマンド), 我々は、より多くの情報をここで見つけました
https://dev.to/dailytechlearning/docker-pull-command-10po
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol