dockerインストール後のhello-worldのテストの問題(ローカルにイメージ 'hello-world:latest' を見つけることができない)。
2022-03-03 09:34:39
After installing docker, testing the hello-world image, the terminal is stuck at Unable to find image 'hello-world:latest' locally
docker does not find the hello-world image locally, nor does it pull the image from the docker repository, the reason for this problem: it should be because the docker server is abroad, and we can't pull the image properly in China.
can not pull the mirror properly, so we need to set up the domestic Aliyun mirror gas pedal for docker.
We need to modify the configuration file /etc/docker/daemon.json as follows
{
"registry-mirrors": ["https://alzgoonw.mirror.aliyuncs.com"]
}
Add the Aliyun image address to the configuration file daemmon,json, save and exit, and restart the docker service (systemctl restart docker)
After the docker restart, the helloworld image is pulled normally
<イグ
docker does not find the hello-world image locally, nor does it pull the image from the docker repository, the reason for this problem: it should be because the docker server is abroad, and we can't pull the image properly in China.
can not pull the mirror properly, so we need to set up the domestic Aliyun mirror gas pedal for docker.
We need to modify the configuration file /etc/docker/daemon.json as follows
{
"registry-mirrors": ["https://alzgoonw.mirror.aliyuncs.com"]
}
<イグ
Add the Aliyun image address to the configuration file daemmon,json, save and exit, and restart the docker service (systemctl restart docker)
<イグ
After the docker restart, the helloworld image is pulled normally
<イグ
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
ハートビート・エフェクトのためのHTML+CSS
-
HTML ホテル フォームによるフィルタリング
-
HTML+cssのボックスモデル例(円、半円など)「border-radius」使いやすい
-
HTMLテーブルのテーブル分割とマージ(colspan, rowspan)
-
ランダム・ネームドロッパーを実装するためのhtmlサンプルコード
-
Html階層型ボックスシャドウ効果サンプルコード
-
QQの一時的なダイアログボックスをポップアップし、友人を追加せずにオンラインで話す効果を達成する方法
-
sublime / vscodeショートカットHTMLコード生成の実装
-
HTMLページを縮小した後にスクロールバーを表示するサンプルコード
-
html のリストボックス、テキストフィールド、ファイルフィールドのコード例