From 8230d2518009bf3cfa8a476596f60f7f4b380afb Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 13 Oct 2021 00:10:56 +0100 Subject: [PATCH] Mark Docker as third-party software As per the content guide, Docker is (essential) third party software. Alternatives exist but Docker is certainly the most common tool used for this kind of task. Anyway, mark that it's third party. --- .../tasks/configure-pod-container/pull-image-private-registry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md b/content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md index 881b782208..57df76a424 100644 --- a/content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md +++ b/content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md @@ -10,6 +10,7 @@ This page shows how to create a Pod that uses a {{< glossary_tooltip text="Secret" term_id="secret" >}} to pull an image from a private container image registry or repository. +{{% thirdparty-content single="true" %}} ## {{% heading "prerequisites" %}}