From cf74794b2aa0e433e06e09ad2bad7dbee114e600 Mon Sep 17 00:00:00 2001 From: Bryan Lee Date: Wed, 2 May 2018 15:46:59 -0700 Subject: [PATCH] add Q&A on customer access on entitlement (#6600) --- docker-store/publisher_faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-store/publisher_faq.md b/docker-store/publisher_faq.md index b9ced18b36..f302da0f62 100644 --- a/docker-store/publisher_faq.md +++ b/docker-store/publisher_faq.md @@ -45,6 +45,10 @@ Yes. You can submit your content as a team. ## Product submission +### What exactly is a customer given access to once they're entitled to a given product plan? + +The customer will be given the permissions to docker pull any tag associated with the source repo specified. We recommend that you create a distinct repo per plan and only use tags for different versions of that specific plan. For example, if you have a community, pro, and enterprise plan of a single product, you should create three separate repos, `namespace/community, namespace/pro, and namespace/enterprise`. Once a customer is entitled to your enterprise plan, they will be able to pull `store/namespace/enterprise:anytag`. + ### How long does it typically take to have an image approved? 2 Weeks.