From cdc2fb36b9bf4faf7b23f3748c91971fb634b2bd Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Fri, 27 Oct 2017 15:47:51 -0700 Subject: [PATCH] Explain how to automate cache selection (#5153) --- .../dtr/2.3/guides/admin/configure/deploy-caches/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/datacenter/dtr/2.3/guides/admin/configure/deploy-caches/index.md b/datacenter/dtr/2.3/guides/admin/configure/deploy-caches/index.md index 7bd3c062de..aac2639ec6 100644 --- a/datacenter/dtr/2.3/guides/admin/configure/deploy-caches/index.md +++ b/datacenter/dtr/2.3/guides/admin/configure/deploy-caches/index.md @@ -206,6 +206,9 @@ tab, and change the **Content Cache** settings to use the **region-us** cache. ![](../../../images/cache-docker-images-4.png){: .with-border} +You can also automate this through the `/api/v0/accounts/{username}/settings` +API. + Now when you pull images, you'll be using the cache. To test this, try pulling an image from DTR. You can inspect the logs of the cache service, to validate that the cache is being used, and troubleshoot problems.