diff --git a/src/counter/README.md b/src/counter/README.md new file mode 100644 index 00000000..2f82a1c3 --- /dev/null +++ b/src/counter/README.md @@ -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). \ No newline at end of file diff --git a/src/helloworld/README.md b/src/helloworld/README.md new file mode 100644 index 00000000..36ba0af5 --- /dev/null +++ b/src/helloworld/README.md @@ -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). \ No newline at end of file diff --git a/src/visualobjects/README.md b/src/visualobjects/README.md new file mode 100644 index 00000000..c1c4c074 --- /dev/null +++ b/src/visualobjects/README.md @@ -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). \ No newline at end of file diff --git a/src/votingapp/README.md b/src/votingapp/README.md new file mode 100644 index 00000000..d7736617 --- /dev/null +++ b/src/votingapp/README.md @@ -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). \ No newline at end of file