From b9b11f081332fe6f191337cc6388d49f27b2788e Mon Sep 17 00:00:00 2001 From: Erika Doyle Navara Date: Fri, 30 Oct 2020 20:49:34 -0700 Subject: [PATCH 1/2] Add note on DH rate limits --- Volume/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Volume/README.md b/Volume/README.md index c60945c..38bce38 100644 --- a/Volume/README.md +++ b/Volume/README.md @@ -68,3 +68,15 @@ Run the command below with the appropriate value for [ApplicationPackagePath] an As mentioned [earlier](#container-volume-sample), the sample application creates a file named _data.txt_ in the file share (if it does not exist already). The content of this file is a number that is incremented every 30 seconds by the application. To verify that the example works correctly, open the _data.txt_ file periodically and verify that the number is being updated. The file may be downloaded using any tool that enables browsing an Azure Files file share. The [Microsoft Azure Storage Explorer](https://azure.microsoft.com/en-us/features/storage-explorer/) is an example of such a tool. + +## Docker Hub rate limits + +Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. + +This sample pulls the following public images from Docker Hub. Please note that you may be rate limited. + +| Source | Image | +| -------------|-------------| +| src\VolumeTestApp.dockerfile | microsoft/dotnet:2.0-runtime | + +For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/en-us/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub). From 8f4838fd13e0a894b342d2efdd4f577d1b549e9d Mon Sep 17 00:00:00 2001 From: Erika Doyle Navara Date: Fri, 30 Oct 2020 20:55:41 -0700 Subject: [PATCH 2/2] Slight tweak --- Volume/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Volume/README.md b/Volume/README.md index 38bce38..8f3f997 100644 --- a/Volume/README.md +++ b/Volume/README.md @@ -71,7 +71,7 @@ The file may be downloaded using any tool that enables browsing an Azure Files f ## Docker Hub rate limits -Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts and are enforced by IP address. +Effective November 2, 2020, download rate limits apply to anonymous and authenticated requests to Docker Hub from Docker Free plan accounts. This sample pulls the following public images from Docker Hub. Please note that you may be rate limited.