Skip to content

Commit bc4c304

Browse files
edits for the docker and images
1 parent 6139a7d commit bc4c304

File tree

6 files changed

+2
-3
lines changed

6 files changed

+2
-3
lines changed
142 KB
Loading
-60.3 KB
Loading
145 KB
Loading
-17.6 KB
Loading

articles/container-registry/tutorial-enable-registry-cache-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Follow the steps to create cache rule in the [Azure portal](https://portal.azure
3838
4. A window for **New cache rule** appears.
3939

4040

41-
:::image type="content" source="./media/container-registry-registry-cache/new-cache-rule-03.png" alt-text="Screenshot for new Cache Rule.":::
41+
:::image type="content" source="./media/container-registry-registry-cache/new-cache-rule-auth-03.png" alt-text="Screenshot for new Cache Rule.":::
4242

4343

4444
5. Enter the **Rule name**.

articles/container-registry/tutorial-registry-cache.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Implementing Caching for ACR provides the following benefits:
2727

2828
***Private networks:*** Cached registries are available on private networks. Therefore, users can configure their firewall to meet compliance standards.
2929

30-
***Docker Rate Limit:*** Docker has updated their terms of services to rate limit pulls for customers. The rate limit of the pull depends on the type of account in use. Caching for ACR allows users to pull images from the cache. Container images pulled from the cache ***do not*** count toward Docker's pull limit. Learn more Docker Hub rate limit [here][docker-rate-limit].
31-
30+
***Ensuring upstream content is delivered***: All registries, especially public ones like Docker Hub and others, have anonymous pull limits in order to ensure they can provide services to everyone. Caching for ACR allows users to pull images from the local ACR instead of the upstream registry. This will ensure the content is delivered from upstream and users gets the benefit of pulling the container images from the cache without counting to the pull limits.
3231

3332
## Terminology
3433

0 commit comments

Comments
 (0)