Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #83 from Nickomang/rate-limit-readme
Browse files Browse the repository at this point in the history
Added readme's with rate limiting guidance
  • Loading branch information
Nicolas Oman authored Oct 30, 2020
2 parents 46f2902 + e88df65 commit 57b0cac
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/counter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Counter

Effective November 2, 2020, [download rate limits apply](https://docs.docker.com/docker-hub/download-rate-limit/) 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/counterService/Dockerfile | microsoft/aspnetcore:2.0-nanoserver-1709 |
|| microsoft/aspnetcore-build:2.0|
| src/counterService/linux.Dockerfile | microsoft/aspnetcore:2.0|
|| microsoft/aspnetcore-build:2.0|
| sfvolume/counter/linux/App Resources/app.yaml | seabreeze/azure-mesh-counter:0.5-alpine|

For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub).
12 changes: 12 additions & 0 deletions src/helloworld/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Hello World

Effective November 2, 2020, [download rate limits apply](https://docs.docker.com/docker-hub/download-rate-limit/) 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 |
| ------------- |-------------|
| linux/main/Dockerfile | nginx |
| linux/sidecar/Dockerfile | busybox:musl|

For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub).
16 changes: 16 additions & 0 deletions src/visualobjects/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Visual Objects

Effective November 2, 2020, [download rate limits apply](https://docs.docker.com/docker-hub/download-rate-limit/) 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 |
| ------------- |-------------|
| web/Dockerfile | microsoft/aspnetcore:2.0 |
|| microsoft/aspnetcore-build:2.0|
| worker/Dockerfile| microsoft/dotnet:2.0-runtime|
|| microsoft/dotnet:2.0-sdk|
| worker/rotate.Dockerfile| microsoft/dotnet:2.0-runtime|
|| microsoft/dotnet:2.0-sdk|

For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub).
20 changes: 20 additions & 0 deletions src/votingapp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Voting App

Effective November 2, 2020, [download rate limits apply](https://docs.docker.com/docker-hub/download-rate-limit/) 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 |
| ------------- |-------------|
| windows/VotingApp/VotingData/Dockerfile | microsoft/aspnetcore:2.0-nanoserver-1709 |
|| microsoft/aspnetcore-build:2.0|
| windows/VotingApp/VotingWeb/Dockerfile| microsoft/aspnetcore:2.0-nanoserver-1709|
|| microsoft/aspnetcore-build:2.0|
| linux/Dockerfile-data | microsoft/aspnetcore:2.0|
|| microsoft/aspnetcore-build:2.0|
| linux/Dockerfile-web| microsoft/aspnetcore:2.0|
|| microsoft/aspnetcore-build:2.0|
| linux/VotingData/Dockerfile | microsoft/aspnetcore:2.0 |
|| microsoft/aspnetcore-build:2.0|

For more details, see [Authenticate with Docker Hub](https://docs.microsoft.com/azure/container-registry/buffer-gate-public-content#authenticate-with-docker-hub).

0 comments on commit 57b0cac

Please sign in to comment.