問題タブ [azure-container-registry]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
899 参照

docker-image - Terraform: How to automate pulling and running docker images from Azure Container Registry

I want to automate the process of pulling docker images from Azure container Registry to the Azure VM. I have already done the following:

  1. Created an Azure container Registry.
  2. Setup username and password in the Azure Container Registry.
  3. Pushed the image from my local machine to the Container Registry.

I have setup up terraform code to automate the build out of Azure VM. I also want to include the docker pull and docker run commands so that those tasks are automated. Below are the commands I would like to automate into terraform:

Any help would be much appreciated. Thank you folks!

0 投票する
1 に答える
398 参照

docker - ACR から直接 docker イメージを実行することは可能ですか?

新しいシンプルな .Net Core "Hello World" Web アプリを作成しました。これをローカルで実行すると、ブラウザに「Hello World」が出力されます。docker、より具体的には Azure Container Registry に慣れるために、ACR インスタンスを作成しました。

Azure によると、このインスタンスは正常に作成されました。

ACR画像

しかし、ログイン サーバーのアドレスに移動しようとすると、ブラウザーから「見つかりません」(404) というエラーが表示されます。

サイトに移動する前に、何かする必要があると思います。さまざまなドキュメントやチュートリアルを調べましたが、それが何であるかわかりません (ちなみに、これを Linux コンテナーで実行していますが、Windows システムでビルドしています)。